Loading core/java/android/os/BinderProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -82,8 +82,8 @@ public 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 BinderProxyMapSizeException if the number of * map entries exceeds: * We will throw a BinderProxyMapSizeException if the number of map entries * exceeds: */ private static final int CRASH_AT_SIZE = 25_000; Loading Loading
core/java/android/os/BinderProxy.java +2 −2 Original line number Diff line number Diff line Loading @@ -82,8 +82,8 @@ public 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 BinderProxyMapSizeException if the number of * map entries exceeds: * We will throw a BinderProxyMapSizeException if the number of map entries * exceeds: */ private static final int CRASH_AT_SIZE = 25_000; Loading