From c6eedfa64f763e6202bd511c20c84a60d70362cd Mon Sep 17 00:00:00 2001 From: Michael Wachenschwanz Date: Wed, 7 Feb 2018 21:53:19 +0000 Subject: [PATCH] Revert "Temporary Threshold for Binder Proxy Tracking" This reverts commit e74106cbf99858ae9baa213e0512f682acbb061f. Change-Id: I08e6d41d0065dbe5073fc6d03813792314f777d7 --- .../core/java/com/android/server/am/ActivityManagerService.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/core/java/com/android/server/am/ActivityManagerService.java b/services/core/java/com/android/server/am/ActivityManagerService.java index 99c308b42cbb1..fcbcce4181e3e 100644 --- a/services/core/java/com/android/server/am/ActivityManagerService.java +++ b/services/core/java/com/android/server/am/ActivityManagerService.java @@ -14762,8 +14762,6 @@ 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