Created
May 14, 2020 11:02
-
-
Save TheLittleNaruto/4f170d04354dc2a18fb49636dfcf5eff to your computer and use it in GitHub Desktop.
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
$ 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