am 3cf0dd6a: Merge change 3940 into donut

Merge commit '3cf0dd6ad86e725f5170f6484afa90ba9ea1e4c5'

* commit '3cf0dd6ad86e725f5170f6484afa90ba9ea1e4c5':
  dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash.
This commit is contained in:
Android (Google) Code Review
2009-06-12 04:59:38 -07:00
committed by The Android Open Source Project

View File

@@ -49,7 +49,11 @@ static void dumpstate(int full) {
PRINT("------ VIRTUAL MEMORY STATS ------");
DUMP("/proc/vmstat");
PRINT("------ SLAB INFO ------");
#if 0
DUMP("/proc/slabinfo");
#else
PRINT("temporarily disabled to avoid kernel crasher");
#endif
PRINT("------ ZONEINFO ------");
DUMP("/proc/zoneinfo");
PRINT("------ SYSTEM LOG ------");