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

Commit df2485cf authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
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
am: 9303ecb3

Change-Id: Ibbb8301975226ada197b2bf07970108a2faac005
parents 3287c5f3 9303ecb3
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;