Skip to content

Instantly share code, notes, and snippets.

@sdoro
Last active December 11, 2015 07:08
Show Gist options
  • Save sdoro/4564219 to your computer and use it in GitHub Desktop.
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"
# 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