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

Commit 9a3fc488 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Cleanup flag com.android.server.am.log_broadcast_sent_event." into main

parents 4cb8e1fe b7e29c81
Loading
Loading
Loading
Loading
+18 −20
Original line number Diff line number Diff line
@@ -92,7 +92,6 @@ final class BroadcastSentEventRecord {
    }

    public void logToStatsd() {
        if (Flags.logBroadcastSentEvent()) {
        int loggingResult = switch (mResult) {
            case ActivityManager.BROADCAST_SUCCESS ->
                    BROADCAST_SENT__RESULT__SUCCESS;
@@ -112,7 +111,6 @@ final class BroadcastSentEventRecord {
                ActivityManager.processStateAmToProto(mSenderProcState),
                ActivityManager.processStateAmToProto(mSenderUidState), types);
    }
    }

    private int[] calculateTypesForLogging() {
        if (mBroadcastRecord != null) {
+0 −11
Original line number Diff line number Diff line
@@ -68,17 +68,6 @@ flag {
    is_fixed_read_only: true
}

flag {
    name: "log_broadcast_sent_event"
    namespace: "backstage_power"
    description: "Log the broadcast send event to Statsd"
    bug: "355261986"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "logcat_longer_timeout"
    namespace: "stability"