OSDN Git Service

Fix small formatting issue with dumpsys meminfo
authorAnwar Ghuloum <anwarg@google.com>
Fri, 3 May 2013 18:33:54 +0000 (11:33 -0700)
committerAnwar Ghuloum <anwarg@google.com>
Thu, 23 May 2013 19:30:23 +0000 (12:30 -0700)
(cherry picked from commit 853d2b6bcd49af08458a2dbf2481bb931ef1c707)

Change-Id: I83cb5184ce9d7c029bd16eb16f131db280283536

core/java/android/app/ActivityThread.java

index 658879d..82ecfa3 100644 (file)
@@ -543,7 +543,7 @@ public final class ActivityThread {
     private native void dumpGraphicsInfo(FileDescriptor fd);
 
     private class ApplicationThread extends ApplicationThreadNative {
-        private static final String HEAP_COLUMN = "%13s %8s %8s %8s %8s %8s %8s";
+        private static final String HEAP_COLUMN = "%13s %8s %8s %8s %8s %8s %8s %8s";
         private static final String ONE_COUNT_COLUMN = "%21s %8d";
         private static final String TWO_COUNT_COLUMNS = "%21s %8d %21s %8d";
         private static final String DB_INFO_FORMAT = "  %8s %8s %14s %14s  %s";