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

Commit 7a52b757 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Switch to more conventional ps arguments in dumpstate."

am: 90c04fe6

* commit '90c04fe6':
  Switch to more conventional ps arguments in dumpstate.

Change-Id: I181c915cb4604bcaef1e613784cd2c1dd1427085
parents c2d0d24b 90c04fe6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -429,7 +429,8 @@ static void dumpstate() {
    dump_file("KERNEL CPUFREQ", "/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state");
    dump_file("KERNEL SYNC", "/d/sync");

    run_command("PROCESSES AND THREADS", 10, "ps", "-Z", "-t", "-p", "-P", NULL);
    run_command("PROCESSES AND THREADS", 10, "toybox", "ps", "-A", "-T", "-Z",
                "-O", "pri,nice,rtprio,sched,pcy", NULL);
    run_command("LIBRANK", 10, "librank", NULL);

    do_dmesg();