From 0b7c711e610c94c54359d74f902a8dd1b8a9b51d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 9 Aug 2022 19:19:57 -0400 Subject: [PATCH] cleaner worder for exec spawning debugging fix --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
  • 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 which fixes debugging features including the crash dialog
  • +
  • exec spawning: don't close binder connection when an app crashes to fix debugging features including the crash dialog