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

Commit bb40f170 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 313762d8: am ae0405d6: Merge "dumpstate: execute procrank using su"

* commit '313762d8':
  dumpstate: execute procrank using su
parents d661f281 313762d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ static void dumpstate() {
    dump_files("UPTIME MMC PERF", mmcblk0, skip_not_stat, dump_stat_from_fd);
    dump_file("MEMORY INFO", "/proc/meminfo");
    run_command("CPU INFO", 10, "top", "-n", "1", "-d", "1", "-m", "30", "-t", NULL);
    run_command("PROCRANK", 20, "procrank", NULL);
    run_command("PROCRANK", 20, SU_PATH, "root", "procrank", NULL);
    dump_file("VIRTUAL MEMORY STATS", "/proc/vmstat");
    dump_file("VMALLOC INFO", "/proc/vmallocinfo");
    dump_file("SLAB INFO", "/proc/slabinfo");