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

Commit d9e86f5d authored by San Mehat's avatar San Mehat Committed by Android (Google) Code Review
Browse files

Merge "dumpstate: Remove df from bugreport and add vold system dump"

parents d8c208ba 9e3f8c63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,8 +115,8 @@ static void dumpstate() {
    dump_file("KERNEL WAKELOCKS", "/proc/wakelocks");
    dump_file("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state");

    run_command("VOLD DUMP", 10, "vdc", "dump", NULL);
    run_command("SECURE CONTAINERS", 10, "vdc", "asec", "list", NULL);
    run_command("MOUNTED FILESYSTEMS", 10, "df", NULL);

    run_command("PROCESSES", 10, "ps", "-P", NULL);
    run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-P", NULL);