public static final TAG = "Legendry Eagle";
Issue: I want to see logs of "Legendry Eagle" from the commandline.
I tried:
adb logcat -s "Legendry Eagle"
adb logcat -s <Legendry Eagle>
But Still it is not working.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you only want to show logcat for a specific TAG, do it like this:
The
*:Sis important, as it sets all other tags to silent. If I want to track only myMainActivitytag at Verbose level, the syntax would look like this.Edit:
I found no good way of filtering out tags with spaces.
LegendryEagleworks fine, but I was not able to filter outLegendry Eagle