How to filter Android logcat by application? - Stack Overflow According to http://ift.tt/pXsGrS...

Please Visit: http://ift.tt/1ajReyV



How to filter Android logcat by application? - Stack Overflow



According to http://ift.tt/1c4kOzG (Link->http://ift.tt/1hb1jIg) :



Here's an example of a filter expression that suppresses all log messages except those with the tag "ActivityManager", at priority "Info" or above, and all log messages with tag "MyApp", with priority "Debug" or above:

adb logcat ActivityManager:I MyApp:D *:S



The final element in the above expression, *:S, sets the priority level for all tags to "silent", thus ensuring only log messages with "View" and "MyApp" are displayed.

http://ift.tt/1mBhQ7n

http://ift.tt/1mBhQ7p



How to filter Android logcat by application? - Stack Overflow







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1hb1jIi

via LifeLong Community

No comments:

Post a Comment