am 4ec1bdf5: am 52070f81: Merge "Add more -d dalvik details to dumpsys" into lmp-mr1-dev

* commit '4ec1bdf52f5c0d48fd13571796644feddc5a815b':
  Add more -d dalvik details to dumpsys
This commit is contained in:
Mathieu Chartier
2014-12-09 01:43:00 +00:00
committed by Android Git Automerger
2 changed files with 16 additions and 4 deletions

View File

@@ -168,7 +168,7 @@ public final class Debug
public static final int NUM_OTHER_STATS = 17;
/** @hide */
public static final int NUM_DVK_STATS = 5;
public static final int NUM_DVK_STATS = 8;
/** @hide */
public static final int NUM_CATEGORIES = 7;
@@ -314,6 +314,9 @@ public final class Debug
case 19: return ".LinearAlloc";
case 20: return ".GC";
case 21: return ".JITCache";
case 22: return ".Zygote";
case 23: return ".NonMoving";
case 24: return ".IndirectRef";
default: return "????";
}
}