

Be sure that you are in fact hitting the tag command by debugging your code. Make sure there are no spaces between the tag names and pipe e.g. 7 years, 5 months ago I don't get any logcat output when using the | to separate the two tags (Android Studio 1.2) 7 years, 4 months ago Ensure that your TAG's name matches the first parameter in the Log statement. Log cat has a new option (on by default) which creates an application filter automatically such that only the launched application's output is shown 8 years, 2 months ago +1 for thre press this on 'Only show logs from selected process' 7 years, 7 months ago I have one another problem, when i apply filter from filter configuration, for a particular package, logcat becomes blank. Log cat has a new option (on by default) which creates an application filter automatically such that only the launched application's output is shown 8 years, 7 months ago as from android studio ver 0.4.5 you will get messages from the app that is running only. It's good to have it here for everyone and I only mentioned it in the comments :) 8 years, 9 months ago Nice graphics too -) 8 years, 7 months ago as from android studio ver 0.4.5 u will get messages from the app that is running only. Android Studio is getting better with each version :) 8 years, 10 months ago Thanks for adding this. 8 years, 10 months ago Thank you, I didn't have those filters in my version (0.3.2) 8 years, 10 months ago No problem! I suppose it was added in v0.3.3/4 then. On the left side (right next to the tabs) is an icon with green arrows - it can be toggled on/off to display only logcat from the process selected in the list :) 8 years, 10 months ago no, I'm asking how to filter the messages by keyword. 8 years, 11 months ago I just noticed this while doing the screenshot, there is YET another way to filter.

Re: the second option, unfortunatly I can't see the dropdown menu, what version are you using? 8 years, 11 months ago I am using v0.3.5. I had already tried the first one, but it doesn't filter out the non-relevant output. 2 4 years, 9 months ago Related Topics android-studio logcat Comments 8 years, 11 months ago possible duplicate of Filter LogCat to get only the messages from My Application in Android? 8 years, 11 months ago Thanks for you answer.
