Skip to content

Instantly share code, notes, and snippets.

@Dhaval2404
Last active August 1, 2017 05:29
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 Dhaval2404/bf44b9ec5d5134a1a2b454d8bb2ff7e0 to your computer and use it in GitHub Desktop.
Save Dhaval2404/bf44b9ec5d5134a1a2b454d8bb2ff7e0 to your computer and use it in GitHub Desktop.
Exclude Tag
^(?!(tag1|tag2|tag3))
Include and Exclde Tag
(?=(IncludeTag1|IncludeTag2|IncludeTag3))(?!(ExcludeTag1))
Samsung Device:
^(?!(ViewRootImpl|dalvikvm|Timeline|OpenGLRenderer|Adreno-EGL|DisplayManagerGlobal|ApplicationPackageManager|DisplayManager|AbsListView|Qmage|GC))
Micromax Device:
^(?!(jdwp|mHalJpgDec|SurfaceTextureClient|skia|dalvikvm|NativeCrypto|ImgScaler|IMG_MMU|PipeMgrDrv|ResMgrDrv|CdpDrv|IspDrv|Posix|VelocityTracker|JpgDecComp|JpgDecPipe|JpegDecDriver|mHalJpgParser|iio))
Lenovo Device:
^(?!(jdwp|mHalJpgDec|SurfaceTextureClient|skia|dalvikvm|NativeCrypto|ImgScaler|IMG_MMU|PipeMgrDrv|ResMgrDrv|CdpDrv|IspDrv|Posix|VelocityTracker|JpgDecComp|JpgDecPipe|JpegDecDriver|mHalJpgParser|iio|AsfParser|MediaExtractor|dalvikvm|MPEG4Extractor|MPEG2PSExtractor|FileSourceProxy|GraphicBuffer|MaliEGL|OpenGLRenderer|WVMExtractorImpl))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment