diff options
| author | Andrew Gunnerson <accounts+github@chiller3.com> | 2025-03-09 12:29:52 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-11 11:12:27 -0400 |
| commit | 65d5c0a149961d9cb531c3c00b112a10596c4289 (patch) | |
| tree | 4dbc698ef0a601f419c860b30fdbfaffead37831 /static | |
| parent | d1d159fa27e26eb2df87f94bcd2edd138ee4799a (diff) | |
Clarify adb epoll fix
Although fdsan is used, it did not catch this particular issue. The
crash was from an explicit PLOG(FATAL) call.
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 37e7fc24..71e95fce 100644 --- a/static/releases.html +++ b/static/releases.html @@ -578,7 +578,7 @@ <ul> <li>SystemUI: re-enable migrate_clocks_to_blueprint and communal_hub flags with workarounds for upstream issues when using standard AOSP UI components instead of Pixel OS components</li> - <li>Android Debug Bridge: fix upstream fdsan crash from closing invalid file descriptor by fixing usage of epoll</li> + <li>Android Debug Bridge: fix upstream crash caused by a race condition that sometimes unregistered a closed file descriptor from epoll</li> <li>Sandboxed Google Play compatibility layer: fix issue breaking RPC transactions which impacts the Terminal app</li> <li>Sandboxed Google Play compatibility layer: add implementation of isGoogleLocationAccuracyEnabled() always returning true to fix compatibility with apps checking for it</li> <li>Sandboxed Google Play compatibility layer: fix definition of IStatusCallback.onCompletion() to slightly improve performance</li> |
