Skip to content

Instantly share code, notes, and snippets.

@martynhaigh
Last active April 28, 2020 10:23
Show Gist options
  • Select an option

  • Save martynhaigh/b1c6af6fe47304e12547482c398b0e2d to your computer and use it in GitHub Desktop.

Select an option

Save martynhaigh/b1c6af6fe47304e12547482c398b0e2d to your computer and use it in GitHub Desktop.
Android studio logcat exclude filter
Put this in the Log Tag section of the Logcat Filter in AS. Ensure Regex is turned on:
^(?!(chatty|GnssLocationProvider|memtrack|netmgr|android.os.Debug|DlamWrapper|EventLogSendingHelper|PrimesMetrics|OpenGLRenderer|WorkController|EGL_emulation|MemoryTrimmer|storaged|BatteryExternalStatsWorker|hwcomposer|FA|MemoryTrimmer|WificondControl|GoogleInputMethod|ActivityManager|gralloc_ranchu|UsageStatsService|BluetoothAdapter|wpa_supplicant|NetworkScheduler.ATC|ChimeraUtils|BeaconBle|ActivityThread|earchbox|FirebaseInstanceId|Conscrypt|FirebaseInitProvider|FirebaseCrashlytics|.gms.persisten|MicroDetector|PlaceInferenceEngine|ctxmgr|Places|Auth|ChromeSync|AudioPolicyIntefaceImpl|AudioFlinger|AudioRecord-JNI|AudioRecord|android.media.AudioRecord|MicroRecognitionRunner|ErrorProcessor|ImsResolver|CarrierConfigLoader|AutofillUI|AutofillManagerServiceImpl|.apps.messagin|gle.android.gm|Looper|DeviceStateChecker|MicroDetectionWorker|AudioController|system_server|SessionLifecycleManager|LocationOracle|SurfaceFlinger|eglCodecCommon|ConfigStore|SearchService|HostConnection|PBSessionCacheImpl|DnsTlsSocket|audio_hw_generic|CarrierSvcBindHelper|libprocessgroup|CarrierServices|BugleRcs|RcsClientLib|RcsProvisioning|Icing|Bugle|Dialer|NuPlayerDriver|MediaAnalyticsItem|PluginMetricsReporting|GmsLocationProvider|KernelCpuProcReader|ConnectivityService|MicrophoneInputStream|IAudioFlinger|MicrophoneInputStream|ErrorReporter|GLSUser|WakeLock|VelvetNetworkClient|BgTaskExecutorImpl|BackupManagerConstants|PeopleContactsSync|InputEventReceiver|AssistStructure|AutofillSession|InputContext|LatinMotionHandler|GifEntryExtension|DevFeatureConfig|EmojiDataExtension|EmojiSuperpacksFeature|FeatureCardGenerator|FeatureCardNotice|Conv2QueryExtension|VoiceImeTranscriptor|VoiceImeExtension|FeaturePermissions|Delight5Facilitator|RemoteFillService|LatinIme|Delight5Decoder|PhenotypeExpConfig))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment