OSDN Git Service

Show size/alloc/free per Dalvik heap space in dumpsys
authorHiroshi Yamauchi <yamauchi@google.com>
Mon, 15 Jul 2013 21:20:41 +0000 (14:20 -0700)
committerBrian Carlstrom <bdc@google.com>
Wed, 31 Jul 2013 08:14:03 +0000 (01:14 -0700)
commit478976606f43c8095c829a5b78d79ff50b4c43ef
treeb6df4e8f16e5da889cdc727c555b2361ec1a4875
parentabbd2ea62e490d60a0bf680e7b110a53a8c910ed
Show size/alloc/free per Dalvik heap space in dumpsys

Add the heap size/alloc/free stats to the Dalvik heap space breakdown section in dumpsys meminfo.

Also, now the zygote heap has a distict ashmem region name.

Bug: 9532137
Bug: 8266259

(cherry picked from commit 3edfe0b32753309ad7dcccd894239cb0a8aefb85)

Change-Id: I9b32727e4211f571a5205b6b7281958514d245d4
vm/alloc/HeapSource.cpp
vm/native/dalvik_system_VMDebug.cpp