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

Commit f73bd84e authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #29252997: Should be able to dump only broadcast stats as checkin format

Change-Id: I36d4e5e20ff2ed1b4d02a04390e0415b9b2394a3
parent 47815253
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;