-
-
Save johanlunds/2b73ca43180c79ea2f0b46c0555db5b4 to your computer and use it in GitHub Desktop.
Android Studio Logcat Filter to exclude spammy messages
This file contains hidden or 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
^((?!wpa_supplicant|NetStatUtil).*)$ | |
^((?!(?:dalvikvm|OpenGLRenderer)).)*$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment