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

Commit f55cce30 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase Binder Proxy Limit to 6000 for SYSTEM" into pi-dev

parents 36fc3b1a c85cfae7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15311,6 +15311,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            mStackSupervisor.resumeFocusedStackTopActivityLocked();
            mUserController.sendUserSwitchBroadcasts(-1, currentUserId);
            BinderInternal.nSetBinderProxyCountWatermarks(6000,5500);
            BinderInternal.nSetBinderProxyCountEnabled(true);
            BinderInternal.setBinderProxyCountCallback(
                    new BinderInternal.BinderProxyLimitListener() {