diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-08-09 07:24:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-08-25 23:15:08 -0400 |
| commit | 46e9acf6a2d275bffb560d0c12ed3f80f08caa2e (patch) | |
| tree | 2d1eb5a7a952e851a44a49026d6bed322d215fb2 /static | |
| parent | dac5952233e60eec89f1bfee78fa71fa6e8d972e (diff) | |
explain exec spawning fix further
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 ab643088..2ebc4191 100644 --- a/static/releases.html +++ b/static/releases.html @@ -583,7 +583,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</li> + <li>exec spawning: don't close binder connection when the app crashes which fixes debugging features including the crash dialog</li> </ul> </article> --> |
