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

Commit d4111ca7 authored by Varun Shah's avatar Varun Shah
Browse files

Remove flag for excessive binder proxy logging.

Fixes: 409604361
Test: builds/flashes
Flag: EXEMPT removing com.android.server.am.log_excessive_binder_proxies
Change-Id: Iaeafb7b274c9833885446a9fc730a25f0ba266fb
parent 22c69493
Loading
Loading
Loading
Loading
+3 −7
Original line number Diff line number Diff line
@@ -9277,13 +9277,9 @@ public class ActivityManagerService extends IActivityManager.Stub
        @Override
        public void onWarningThresholdReached(int uid) {
            if (Flags.logExcessiveBinderProxies()) {
            Slog.w(TAG, "Uid " + uid + " sent too many ("
                    + BINDER_PROXY_WARNING_WATERMARK + ") Binders to uid " + Process.myUid());
                FrameworkStatsLog.write(
                        FrameworkStatsLog.EXCESSIVE_BINDER_PROXY_COUNT_REPORTED,
                        uid);
            }
            FrameworkStatsLog.write(FrameworkStatsLog.EXCESSIVE_BINDER_PROXY_COUNT_REPORTED, uid);
        }
    }
+0 −7
Original line number Diff line number Diff line
@@ -48,13 +48,6 @@ flag {
    }
}

flag {
    namespace: "backstage_power"
    name: "log_excessive_binder_proxies"
    description: "Log the excessive incoming binder proxies into statsd"
    bug: "298263955"
}

flag {
    name: "skip_unimportant_connections"
    namespace: "backstage_power"