summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebView.java
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2013-08-12 09:19:45 -0700
committerAndreas Huber <andih@google.com>2013-08-12 09:23:49 -0700
commit8d5f3e31c914e29129f50fe9830d71adf52ab5cf (patch)
tree6f59027499de3b89add6dfd870eb1ee5222cde45 /core/java/android/webkit/WebView.java
parent9a68f82f3730432399618bf2e4f73208f84dc87f (diff)
downloadframeworks_base-8d5f3e31c914e29129f50fe9830d71adf52ab5cf.zip
frameworks_base-8d5f3e31c914e29129f50fe9830d71adf52ab5cf.tar.gz
frameworks_base-8d5f3e31c914e29129f50fe9830d71adf52ab5cf.tar.bz2
Manage jclass objects (and most jobjects) in jni code using ScopedLocalRef
for safer refcounting. Previously jclass objects were not DeleteLocalRef'ed at all, leading us to exhaust the local ref pool quickly in certain circumstances. This change also makes sure we properly serialize int64_t entries when converting from AMessage to HashMap and boosts thread priority for java-instantiated MediaCodecs slightly from NORMAL to FOREGROUND. Change-Id: I4ebdd8a5ca6b3442698c9f86fcc31af8c199aaf5
Diffstat (limited to 'core/java/android/webkit/WebView.java')
0 files changed, 0 insertions, 0 deletions