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

Commit d10a2dec authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am 3cf0dd6a: Merge change 3940 into donut

Merge commit '3cf0dd6a'

* commit '3cf0dd6a':
  dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash.
parents 26cae052 3cf0dd6a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 ------");