Merge "Increase global binder proxy limit to 25k."

This commit is contained in:
Martijn Coenen
2021-09-24 07:12:17 +00:00
committed by Android (Google) Code Review

View File

@@ -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.