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