work around crashlytics bug

This commit is contained in:
Daniel Micay 2023-12-31 11:22:44 -05:00
parent 02da1eadfb
commit de627378b7

View File

@ -724,6 +724,7 @@
<p>Changes since the 2023123000 release:</p>
<ul>
<li>hardened_malloc / bionic: restore default SIGABRT handler in fatal_error to work around crashlytics bug caused by it using fork instead of clone which triggers a deadlock when malloc locks are held already</li>
<li>skip missing sensors permission notification with wrong app id</li>
<li>Sandboxed Google Play compatibility layer: avoid crashes from missing Google Search app</li>
<li>Sandboxed Google Play compatibility layer: fix handling of while-in-use permissions</li>