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

Commit 7f148d65 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 4316 into donut

* changes:
  Revert "dumpstate: Temporarily disable dumping /proc/slabinfo to avoid kernel crash."
parents 4b4900b6 8cae2daf
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 ------");