Last active
December 11, 2015 07:08
-
-
Save sdoro/4564219 to your computer and use it in GitHub Desktop.
Logging Android messages with tag <activity1> (with priority d), with tag <activity2> (with priority d), with tag <activity3> (with priority d) and sets the priority level for all tags to "silent"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for details: http://developer.android.com/tools/debugging/debugging-log.html | |
adb logcat <activity1>:D <activity2>:D <activity3>:D *:S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment