OSDN Git Service

Add more -d dalvik details to dumpsys
authorMathieu Chartier <mathieuc@google.com>
Tue, 9 Dec 2014 00:20:26 +0000 (16:20 -0800)
committerMathieu Chartier <mathieuc@google.com>
Tue, 9 Dec 2014 00:38:20 +0000 (16:38 -0800)
commit25c5e2b12d5d5d06739e3f70a0da968d97935b46
tree109798ab1ac0f37ec39719201f3fbd0cdc184bef
parentfbba9b57a35da49e592756ef86f98535280c0d09
Add more -d dalvik details to dumpsys

Added .NonMoving for the non moving space.
Added .Zygote for the zygote.
Added .IndirectRef for indirect reference tables (jobjects).

Example:
 Dalvik Details
        .Heap     2264     2264        0        0
         .LOS       80       80        0        0
          .GC      144      144        0        0
      .Zygote      331      196        0     2428
   .NonMoving      540      540        0        0
 .IndirectRef       20       20        0        0

Bug: 18672069
Change-Id: Id14e5bc92ceb15fe7a17d9fb035f18aa2925e50c
core/java/android/os/Debug.java
core/jni/android_os_Debug.cpp