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

Commit d84a8d6d authored by Jing Ji's avatar Jing Ji
Browse files

Suppress the output of app exit-info in dumpsys activity by default

Only print with "dumpsys activity -a" or "dumpsys activity exit-info".

Bug: 210755609
Test: Manual - adb shell dumpsys activity

Change-Id: I3356adef96aa2a305c0c99d7a99771c833f819d6
parent b9003c2a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8965,8 +8965,8 @@ public class ActivityManagerService extends IActivityManager.Stub
            pw.println();
            if (dumpAll) {
                pw.println("-------------------------------------------------------------------------------");
            }
                mProcessList.mAppExitInfoTracker.dumpHistoryProcessExitInfo(pw, dumpPackage);
            }
            if (dumpPackage == null) {
                pw.println();
                if (dumpAll) {