improve gmscompat stack trace parser

This commit is contained in:
Daniel Micay 2023-01-20 18:16:05 -05:00
parent 48b8a933ef
commit 832521abed

View File

@ -679,6 +679,7 @@
<li>Sandboxed Google Play compatibility layer: avoid our implementation of the Play services location API returning null for getCurrentLocation() to avoid crashes in apps not handling it</li> <li>Sandboxed Google Play compatibility layer: avoid our implementation of the Play services location API returning null for getCurrentLocation() to avoid crashes in apps not handling it</li>
<li>Sandboxed Google Play compatibility layer: increment compatibility layer version to 1001</li> <li>Sandboxed Google Play compatibility layer: increment compatibility layer version to 1001</li>
<li>Sandboxed Google Play compatibility layer: use the most recent available version map in GmsCompatConfig to simplify defining configuration</li> <li>Sandboxed Google Play compatibility layer: use the most recent available version map in GmsCompatConfig to simplify defining configuration</li>
<li>Sandboxed Google Play compatibility layer: improve stack trace parser used for dynamic exception shims</li>
<li>GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()</li> <li>GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()</li>
<li>GmsCompatConfig: update max supported version of Play services and Play Store</li> <li>GmsCompatConfig: update max supported version of Play services and Play Store</li>
</ul> </ul>