Skip to content

Commit 2870bd0

Browse files
committed
results from JNI performance testing
1 parent 653b06e commit 2870bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ <h3><a href="#2025040400">2025040400</a></h3>
593593
<li>Sandboxed Google Play compatibility layer: remove StatsManager from hidden services and replace that approach with stubbing out all of the methods since Play services recently introduced new code using it that's missing a null check and triggers a null pointer exception which has blocked us from pushing out the newer versions of Play services beyond our Alpha channel</li>
594594
<li>Network Location: switch to making at most a single request to the service per position estimation by requesting up to 40 Wi-Fi APs at once</li>
595595
<li>Network Location: optimize making requests to the service for Wi-Fi AP data</li>
596-
<li>Network Location: optimize Rust JNI bindings to the point that it no longer causes a noticeable overhead without introducing unsafe code (it could be optimized further with unsafe code to use more of the standard JNI optimizations but does not appear to be needed)</li>
596+
<li>Network Location: optimize Rust JNI bindings to the point that it no longer causes a noticeable overhead without introducing unsafe code (it could be optimized further with unsafe code to cache more JNI binding work but the difference is insignificant so we don't plan to do it)</li>
597597
<li>Network Location: use correct Accept header value to more closely match macOS to avoid future compatibility issues</li>
598598
<li>fix upstream system_server crash from null pointer exception in F2fsUtils</li>
599599
<li>add infrastructure for more restricted access to global and per-user settings instead of allowing all system apps to read them and all privileged systems apps with the WRITE_SECURE_SETTINGS privileged permission to write them</li>

0 commit comments

Comments
 (0)