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

Commit 18ec2889 authored by Lee Shombert's avatar Lee Shombert Committed by Automerger Merge Worker
Browse files

Merge "Fix the brief/full snapshot dumpsys" into sc-dev am: 3fbf3f02 am: 7b9087af

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14570121

Change-Id: I28e91308a01021030ab134eeb9fcc3ffe095cb1b
parents 92f9bfae 7b9087af
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();