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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user