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

Commit 8cae2daf authored by Mike Lockwood's avatar Mike Lockwood
Browse files

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

This reverts commit 666c11d1.
parent 6297cb2e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -49,11 +49,7 @@ 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 ------");