When you print out the log, you can put your own tag and print it out.
Log.d("AlexeysActivity","what you want to log");
Like this, Alexey Acity is the tag in the front. If you only want to read the corresponding log
If you type adlogcat -s AlexeesActivity, only the corresponding tag will be printed.
© 2024 OneMinuteCode. All rights reserved.