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

Commit b80b8d56 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #2175693: Add vmallocinfo to dumpstate

Change-Id: I88c6e2679919e56f581fcf79dbe683393dd8ce27
parent 846322a9
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 ------");