From 46e9acf6a2d275bffb560d0c12ed3f80f08caa2e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 9 Aug 2022 07:24:19 -0400 Subject: [PATCH] explain exec spawning fix further --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
  • Sandboxed Google Play compatibility layer: improved robust / future proofing
  • 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
  • Sandboxed Google Play compatibility layer: improve compatibility with Nearby Share
  • -
  • exec spawning: don't close binder connection when the app crashes
  • +
  • exec spawning: don't close binder connection when the app crashes which fixes debugging features including the crash dialog
  • -->