Last active
June 16, 2016 14:02
-
-
Save billmote/f330333efb8290d5e6dc to your computer and use it in GitHub Desktop.
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
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