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

Commit 9e2562b8 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I88c6e267 into eclair

* changes:
  Fix issue #2175693: Add vmallocinfo to dumpstate
parents db7ae10d b80b8d56
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ static void dumpstate(int full) {
        EXEC_XBIN("procrank");
        PRINT("------ VIRTUAL MEMORY STATS ------");
        DUMP("/proc/vmstat");
        PRINT("------ VMALLOC INFO ------");
        DUMP("/proc/vmallocinfo");
        PRINT("------ SLAB INFO ------");
        DUMP("/proc/slabinfo");
        PRINT("------ ZONEINFO ------");