Skip to content

Instantly share code, notes, and snippets.

@billmote
Last active June 16, 2016 14:02
Show Gist options
  • Save billmote/f330333efb8290d5e6dc to your computer and use it in GitHub Desktop.
Save billmote/f330333efb8290d5e6dc to your computer and use it in GitHub Desktop.
tag:^((?!CoreMetrics|InputEventConsistency|memalloc|Adreno200-EGLSUB|Resources|global|TaggingRequest|Facade[B|U]|dalvik|skia|KeyCharacterMap|BackStackEntry|FragmentManager|ServiceRunnable|ServiceLocator|BaseHttpRequest|szipinf|APACHE).)*$
// In Android Studio you do not include the leading "tag:" but you must "edit a filter configuration" in order to use this. It does not appear that the in-line search field supports RegEx.
// This line would remove any log line that included the words: StringMode, System.err or GAV4
^((?!StrictMode|System.err|GAV4).)*$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment