Last active
June 24, 2016 10:24
-
-
Save ndorigatti/9940374073c325e2d8edda1ff2a36a2a to your computer and use it in GitHub Desktop.
Filter out verbose messages in logcat, because sometimes you just don't give a f*** of art, emulator, EGL or even GC 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
If you want to filter out those damn emulator/dalvik messages because you just want YOUR logs, just filter with this string: | |
^(?!(dalvikvm|libEGL|OpenGLRenderer|EGL_genymotion|EGL_emulation|fd|art)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment