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

Commit 3fbf3f02 authored by Lee Shombert's avatar Lee Shombert Committed by Android (Google) Code Review
Browse files

Merge "Fix the brief/full snapshot dumpsys" into sc-dev

parents 99e37aca 41e5b14e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ public class SnapshotStatistics {
     * output.
     */
    public void dump(PrintWriter pw, String indent, long now, int unrecorded,
                     int corkLevel, boolean full) {
                     int corkLevel, boolean brief) {
        // Grab the raw statistics under lock, but print them outside of the lock.
        Stats[] l;
        Stats[] s;
@@ -639,7 +639,7 @@ public class SnapshotStatistics {
                  unrecorded, corkLevel);
        pw.println();
        dump(pw, indent, now, l, s, "stats");
        if (!full) {
        if (brief) {
            return;
        }
        pw.println();