diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-01-06 15:53:04 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:51 -0500 |
| commit | a6776d8302fb44718b9cafe834b86145fd8efcae (patch) | |
| tree | 0247a0cf9c5994f9c8712f3685a53767f5db1e77 | |
| parent | 998ffdcec6533700d5916c8fd9e82439dd7092c2 (diff) | |
add workarounds for 2 upstream system_server 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 b76f1cb2..a4005095 100644 --- a/static/releases.html +++ b/static/releases.html @@ -554,6 +554,8 @@ <ul> <li>provide standard haptic feedback for fingerprint authentication success when 2nd PIN is enabled</li> + <li>add workaround for upstream SystemServiceManager.newTargetUser null pointer exception bug</li> + <li>add workaround for upstream BatteryStatsImpl.updateWifiBatteryStats divide by zero bug</li> <li>backport mainline APEX module patches for Media Provider, Network Stack and Wi-Fi</li> <li>kernel (5.15): update to latest GKI LTS branch revision</li> <li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.120</li> |
