Last active
April 28, 2020 10:23
-
-
Save martynhaigh/b1c6af6fe47304e12547482c398b0e2d to your computer and use it in GitHub Desktop.
Android studio logcat exclude filter
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
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|EventLogSendingHelper|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)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment