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

Commit ec40e651 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Update documentation on binder proxy limit.

Change-Id: I3d4bd3ce473a775e81acdfd035cb610eedd9408e
parent a5766dab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;