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

Commit 9b193694 authored by Shai Barack's avatar Shai Barack Committed by Android (Google) Code Review
Browse files

Merge "am dumpbitmaps: improve size formatting" into main

parents 4e800f47 4f98f7c1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1519,9 +1519,9 @@ final class ActivityManagerShellCommand extends ShellCommand {
        private static final String bitmapInfoHeader =
          "   Bitmap ID  | Width | Height |   Size     |   Config  | M |   Type   |  Source";
        private static final String bitmapInfoSep =
          "--------------|-------|--------|----------|-----------|---|----------|--------";
          "--------------|-------|--------|------------|-----------|---|----------|--------";
        private static final String bitmapInfoRowFormat =
          " %12d | %5d |  %5d | %8d | %9.9s | %s | %8.8s | %12d";
          " %12d | %5d |  %5d | %,10d | %9.9s | %s | %8.8s | %12d";

        private static final String bitmapInfoHeaderCSV =
          "PID, Process Name, Bitmap ID, Width, Height, Size, Config, Mutable, AllocType, Source";