Filter output in logcat by tagname

munch picture munch · May 30, 2011 · Viewed 152.3k times · Source

I'm trying to filter logcat output from a real device (not an emulator) by tag name but I get all the messages which is quite a spam. I just want to read messages from browser which should be something like "browser:" or "webkit:" , but it doesn't work... Here it is what I get:

actual output

Answer

sat picture sat · May 30, 2011

use this:

adb logcat -s "TAGNAME"