Loading services/core/java/com/android/server/pm/SnapshotStatistics.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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(); Loading Loading
services/core/java/com/android/server/pm/SnapshotStatistics.java +2 −2 Original line number Diff line number Diff line Loading @@ -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; Loading @@ -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(); Loading