diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-09 19:19:57 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 0b7c711e610c94c54359d74f902a8dd1b8a9b51d (patch) | |
| tree | 8f40c7b369de4445dc8d6c135b157bac50e45ad2 | |
| parent | ee3165fdbcba95947f2d5a5141b98f1a24dbbc39 (diff) | |
cleaner worder for exec spawning debugging fix
| -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 4ae187cf..6c31431c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -603,7 +603,7 @@ <li>Sandboxed Google Play compatibility layer: improved robust / future proofing</li> <li>Sandboxed Google Play compatibility layer: add support for installing Google Chrome via Play Store via the unprivileged package installation API by safely breaking up the multi-package session</li> <li>Sandboxed Google Play compatibility layer: improve compatibility with Nearby Share</li> - <li>exec spawning: don't close binder connection when the app crashes which fixes debugging features including the crash dialog</li> + <li>exec spawning: don't close binder connection when an app crashes to fix debugging features including the crash dialog</li> </ul> </article> |
