overlay: frameworks: Suppress ASI system crash dialogs

* this issue started from u beta and some users on t also reported ASI crash upon reboot or so.  this is probably google side since the crash happens when ASI tries to update its text classifier flags but ended up triggering bad base-64 due to a bad/malformed string.

Change-Id: Id33679c48585ced550ba005ef99f19694bb27bf4
Signed-off-by: minaripenguin <minaripenguin@users.noreply.github.com>
This commit is contained in:
minaripenguin
2022-03-10 10:16:06 +05:30
committed by Joey
parent c99be54e9f
commit 337b528636

View File

@@ -755,5 +755,5 @@
</string-array>
<!-- 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,com.google.android.tts</string>
<string translatable="false" name="config_appsNotReportingCrashes">com.android.statementservice,com.android.systemui,com.google.android.as,com.google.android.tts</string>
</resources>