Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheLittleNaruto/4f170d04354dc2a18fb49636dfcf5eff to your computer and use it in GitHub Desktop.
Save TheLittleNaruto/4f170d04354dc2a18fb49636dfcf5eff to your computer and use it in GitHub Desktop.
$ adb logcat -s *:V #Verbose filter
$ adb logcat -s *:D #Debug filter
$ adb logcat -s *:I #Info filter
$ adb logcat -s *:W #Warning filter
$ adb logcat -s *:E #Error filter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment