Loading core/java/android/os/Binder.java +1 −1 Original line number Diff line number Diff line Loading @@ -784,7 +784,7 @@ final class BinderProxy implements IBinder { private static final int MAIN_INDEX_SIZE = 1 << LOG_MAIN_INDEX_SIZE; private static final int MAIN_INDEX_MASK = MAIN_INDEX_SIZE - 1; // Debuggable builds will throw an AssertionError if the number of map entries exceeds: private static final int CRASH_AT_SIZE = 5_000; private static final int CRASH_AT_SIZE = 20_000; /** * We next warn when we exceed this bucket size. Loading Loading
core/java/android/os/Binder.java +1 −1 Original line number Diff line number Diff line Loading @@ -784,7 +784,7 @@ final class BinderProxy implements IBinder { private static final int MAIN_INDEX_SIZE = 1 << LOG_MAIN_INDEX_SIZE; private static final int MAIN_INDEX_MASK = MAIN_INDEX_SIZE - 1; // Debuggable builds will throw an AssertionError if the number of map entries exceeds: private static final int CRASH_AT_SIZE = 5_000; private static final int CRASH_AT_SIZE = 20_000; /** * We next warn when we exceed this bucket size. Loading