Merge "Revert "Temporary Threshold for Binder Proxy Tracking""

This commit is contained in:
TreeHugger Robot
2018-02-08 08:42:17 +00:00
committed by Android (Google) Code Review

View File

@@ -14802,8 +14802,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