summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Lee Shombert <shombert@google.com> 2024-06-21 15:13:20 -0700
committer Lee Shombert <shombert@google.com> 2024-06-24 08:15:26 -0700
commit006d6bb96c6546a26a10e5c8b54d3445f011e401 (patch)
tree715a9403882d133ead8059c82399258adaa22b77 /libs/androidfw/StringPool.cpp
parent2af3c050291bf032943d4f913c64135dfe26674f (diff)
Bump the max size of four binder caches
This change increases the maximum size of selected binder caches. This table lists the module, the API, the old cache size, and the new cache size. Note that the new cache size is only needed during system boot: the steady-state cache size is much smaller. * IPackageManager getPackagesForUid 32 1024 * IPlatformCompat isChangeEnabledBy_X 64 2048 * IPackageManager getApplicationInfo 32 2048 * IPackageManager getPackageInfo 64 2048 The IPlatformCompat cache is a single cache for two different APIs: isChangeEnabledByPackageName() and isChangeEnabledByUid(). Flag: EXEMPT bug_fix Bug: 346346313 Test: Boot the phone and observe the number of caches that have overflowed. Change-Id: I8c7e2718b4356826000921618bcc6564ac5dd789
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions