diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 14:49:06 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 14:49:06 -0400 |
| commit | a53dfcf86cda193de954814d41ae0231a53ec465 (patch) | |
| tree | da59471950e40ad860676f5f1fa511b02781611b | |
| parent | 142bd9f4c76fc8de74c793a8585832ca463c261b (diff) | |
work around harmless crashes
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ff7536a7..4cc6546f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -791,6 +791,8 @@ <p>Changes since the 2024080200 release:</p> <ul> + <li>suppress crash notifications for 2 harmless crashes occuring on service shutdown for the Android Bluetooth service and Pixel wifi_ext service</li> + <li>enable memory tagging for the Pixel wifi_ext service again</li> <li>Settings: disable predictive back gesture in PIN/password input activities to fix an upstream Android vulnerability</li> <li>flash-all: remove unnecessary sleep after flashing AVB key</li> <li>flash-all.sh: avoid false negative for <code>fastboot getvar product</code> check</li> |
