dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash.

Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2009-06-11 17:06:56 -04:00
parent a32b5f3252
commit 666c11d13f

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 ------");