overlay: core: Suppress System UI ANRs

It looks like Android 12 qpr1 still has the bug where "System UI not
responding" dialogs appear sporadically after taking a screenshot. Just
suppress the ANRs for now.
This commit is contained in:
Danny Lin
2021-12-19 04:45:25 -08:00
committed by Joey
parent 35c298e43d
commit 7f203dc2d5

View File

@@ -754,6 +754,6 @@
<item>org.lineageos.recorder</item>
</string-array>
<!-- Suppress Intent Filter Verification Service crashes -->
<string translatable="false" name="config_appsNotReportingCrashes">com.android.statementservice</string>
<!-- Suppress Intent Filter Verification Service crashes and System UI ANRs (both AOSP bugs) -->
<string translatable="false" name="config_appsNotReportingCrashes">com.android.statementservice,com.android.systemui</string>
</resources>