summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-01-14 16:06:50 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-01-14 16:06:57 -0500
commit12b75a3b6cae334affc863cf241ff125d75de547 (patch)
treefca5df977176a46a86c42eeb22ce0109e6c923f8 /static
parent56660b84644678d175d9d2fb1c1c4dce2efb421d (diff)
clarify auto-reboot reimplementation
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index e4fb2d80..03b2da10 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -747,7 +747,7 @@
<p>Changes since the 2024010400 release:</p>
<ul>
- <li>replace auto-reboot implementation with a new more hardened implementation based on a timer in the init process which also avoids rebooting when the device hasn't been unlocked since boot</li>
+ <li>replace auto-reboot implementation with a new more hardened implementation based on a timer in the init process (since init crashing reboots the device, unlike system_server) which also avoids rebooting when the device hasn't been unlocked since boot</li>
<li>reduce default auto-reboot timer from 72 hours to 18 hours</li>
<li>add log viewer available at Settings > System > View logs to avoid needing developer options for making useful bug reports and inspecting the device for issues</li>
<li>reimplement our user-facing crash reporting infrastructure with our new log viewer app</li>