Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cf0dd6a authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 3940 into donut

* changes:
  dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash.
parents 35733757 666c11d1
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -49,7 +49,11 @@ static void dumpstate(int full) {
        PRINT("------ VIRTUAL MEMORY STATS ------");
        PRINT("------ VIRTUAL MEMORY STATS ------");
        DUMP("/proc/vmstat");
        DUMP("/proc/vmstat");
        PRINT("------ SLAB INFO ------");
        PRINT("------ SLAB INFO ------");
#if 0
        DUMP("/proc/slabinfo");
        DUMP("/proc/slabinfo");
#else
        PRINT("temporarily disabled to avoid kernel crasher");
#endif
        PRINT("------ ZONEINFO ------");
        PRINT("------ ZONEINFO ------");
        DUMP("/proc/zoneinfo");
        DUMP("/proc/zoneinfo");
        PRINT("------ SYSTEM LOG ------");
        PRINT("------ SYSTEM LOG ------");