summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-10-08 17:52:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-08 17:52:53 -0700
commit94f3a36326ddecaa09787d795451b0a229fe111c (patch)
tree30cbc1b187ac5ddde152cea16907ef198fba17cb /cmds
parent1c83540e3829dc9664728f1f017686f16f61a4ea (diff)
parent90d6cf74d2ca7c1638508d67ba5d253c3a1b1cbc (diff)
downloadframeworks_base-94f3a36326ddecaa09787d795451b0a229fe111c.zip
frameworks_base-94f3a36326ddecaa09787d795451b0a229fe111c.tar.gz
frameworks_base-94f3a36326ddecaa09787d795451b0a229fe111c.tar.bz2
Merge branch 'eclair-plus-aosp' of ssh://android-git.corp.google.com:29418/platform/frameworks/base into eclair-mr2-plus-aosp
Diffstat (limited to 'cmds')
-rw-r--r--cmds/dumpstate/dumpstate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 9c2becf..ca8660c 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -56,6 +56,8 @@ static void dumpstate(int full) {
EXEC_XBIN("procrank");
PRINT("------ VIRTUAL MEMORY STATS ------");
DUMP("/proc/vmstat");
+ PRINT("------ VMALLOC INFO ------");
+ DUMP("/proc/vmallocinfo");
PRINT("------ SLAB INFO ------");
DUMP("/proc/slabinfo");
PRINT("------ ZONEINFO ------");