summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-11-03 19:26:35 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-11-03 19:27:33 -0400
commite226158722033a20926bfe5f19995422b4795dc4 (patch)
treeb94727fcd81c0edd6a5629e7cebfeafad5edba41 /static
parent1fa118ed073e7f082c4332732e5b04a287b057da (diff)
revert first boot crash dialog
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 11a0c9a2..26d50de3 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -720,6 +720,7 @@
<ul>
<li>Launcher: add missing catch for null pointer exception (upstream bug) triggered by Signal</li>
+ <li>revert change to show crash dialog for first crash of an app since boot since this results in a high support burden from the many third party app crashes it uncovers especially since it's not enabled on the stock OS</li>
<li>always compile VPN service packages with speed filter to avoid background recompilation since many of these apps only automatically connect at boot and the user has to manually reconnect if the OS restarts them such as when users manually trigger app restart via the background recompilation notification</li>
<li>disable GWP-ASan since it's a bug finding feature rather than a hardening feature and doesn't preserve all the hardened_malloc security properties for the random allocations in random system processes where it gets activated especially now that memory tagging is supported</li>
<li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.199</li>