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

Commit 9303ecb3 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #29252997: Should be able to dump only broadcast stats as...

Merge "Fix issue #29252997: Should be able to dump only broadcast stats as checkin format" into nyc-dev
parents 8872a604 f73bd84e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -13881,8 +13881,13 @@ public final class ActivityManagerService extends ActivityManagerNative
                            args.length - opti);
                }
                synchronized (this) {
                    if (dumpCheckinFormat) {
                        dumpBroadcastStatsCheckinLocked(fd, pw, args, opti, dumpCheckin,
                                dumpPackage);
                    } else {
                        dumpBroadcastStatsLocked(fd, pw, args, opti, true, dumpPackage);
                    }
                }
            } else if ("intents".equals(cmd) || "i".equals(cmd)) {
                String[] newArgs;
                String name;