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

Commit dc76d696 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 9e2562b8: Merge change I88c6e267 into eclair

Merge commit '9e2562b8' into eclair-mr2

* commit '9e2562b8':
  Fix issue #2175693: Add vmallocinfo to dumpstate
parents 59778b3c 9e2562b8
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 ------");