Skip to content

Instantly share code, notes, and snippets.

@ndorigatti
Last active June 24, 2016 10:24
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 ndorigatti/9940374073c325e2d8edda1ff2a36a2a to your computer and use it in GitHub Desktop.
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...
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