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

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

Merge "Temporary Threshold for Binder Proxy Tracking"

parents 93c4aca1 e74106cb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14853,6 +14853,8 @@ public class ActivityManagerService extends IActivityManager.Stub
            mUserController.sendUserSwitchBroadcasts(-1, currentUserId);
            BinderInternal.nSetBinderProxyCountEnabled(true);
            //STOPSHIP: Temporary BinderProxy Threshold for b/71353150
            BinderInternal.nSetBinderProxyCountWatermarks(1500, 1200);
            BinderInternal.setBinderProxyCountCallback(
                    new BinderInternal.BinderProxyLimitListener() {
                        @Override