Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b303e7ac authored by Lee Shombert's avatar Lee Shombert
Browse files

Bump the max size of the getUserData 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.

 * IAccountManager      getUserData             4      32

Flag: EXEMPT bug_fix
Bug: 346346313
Test: Boot the phone and observe the number of caches that have
      overflowed.
Change-Id: I5b5cd4ef8f5ebba988baa518e929a3083e674659
parent 2af3c050
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ public class AccountManager {
    /**
     * @hide
     */
    public static final int CACHE_USER_DATA_SIZE = 4;
    public static final int CACHE_USER_DATA_SIZE = 32;

    private static final class AccountKeyData {
        final public Account account;