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

Commit 695c8ac7 authored by Calin Juravle's avatar Calin Juravle
Browse files

Do not line-wrap dexopt status

It makes the output pretty ugly and hard to parse by tools.

Test: adb shell dumpsys package dexopt
Change-Id: If94424c028f4f6205c4905982bfeb4ff787233df
parent caa68c68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23310,7 +23310,7 @@ Slog.v(TAG, ":: stepped forward, applying functor at tag " + parser.getName());
    }
    private void dumpDexoptStateLPr(PrintWriter pw, String packageName) {
        final IndentingPrintWriter ipw = new IndentingPrintWriter(pw, "  ", 120);
        final IndentingPrintWriter ipw = new IndentingPrintWriter(pw, "  ");
        ipw.println();
        ipw.println("Dexopt state:");
        ipw.increaseIndent();
@@ -23337,7 +23337,7 @@ Slog.v(TAG, ":: stepped forward, applying functor at tag " + parser.getName());
    }
    private void dumpCompilerStatsLPr(PrintWriter pw, String packageName) {
        final IndentingPrintWriter ipw = new IndentingPrintWriter(pw, "  ", 120);
        final IndentingPrintWriter ipw = new IndentingPrintWriter(pw, "  ");
        ipw.println();
        ipw.println("Compiler stats:");
        ipw.increaseIndent();