clarify opt-in to showing crashes

This commit is contained in:
Daniel Micay 2024-01-16 20:17:27 -05:00
parent d2bf8c48f8
commit a557738fff

View File

@ -753,7 +753,7 @@
<li>add workaround for upstream Android crash reporting bug recording clean f2fs filesystem check results as errors which is resulting in many users receiving filesystem check error reports on GrapheneOS due to our user-facing notifications for serious errors/crashes</li>
<li>add workaround for upstream Android crash reporting bug causing old crashes to be reported again</li>
<li>add workaround for upstream Android crash reporting bug wrongly attributing certain app crashes to system_server</li>
<li>only show kernel crashes when the user opts into system crash notifications since there are many false positives caused by hardware issues such as some users having devices which sometimes fail to resume from sleep while idle</li>
<li>only show kernel crashes when the user opts into showing all system crashes as notifications since there are many false positives caused by hardware issues such as some users having devices which sometimes fail to resume from sleep while idle</li>
<li>only show report button in log viewer for system_server Java/native crashes, MTE crashes and filesystem check errors (which now have non-error results properly filtered out) due to receiving too many reports about upstream bugs and hardware issues</li>
<li>hide specific system apps and also sandboxed Google Play from Aurora Store so users don't try to update them through it and receive errors</li>
<li>Log Viewer: explicitly set status bar color to fix light mode icon colors</li>