This is related to Filter output in logcat by tagname. How can I filter out a tagname. Ex – If I don’t want the tagname GNU.IO to be echoed to stdout, I would like something which would do the equivalent of –
adb logcat | grep -v <tagname>
Unfortunately the above is not working for me.
logcat won’t do it for you, but if you want the device to do the work, you could use
adb shell: