summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-01-16 20:17:27 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-01-16 20:17:27 -0500
commita557738fffd896ac0f5c21ab33a91c32097e6aab (patch)
treee61bed39b289d49364a523d4593c97fe256ffe48
parentd2bf8c48f88df159d198b049fe0f65f4b96ad95f (diff)
clarify opt-in to showing crashes
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index c08f3e4f..64adfd62 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -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>