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

Commit 54ddf8fc authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Reduce duplication in bugreport ps output." am: 8ebad13b am: ed59c4e6

am: ac6e7085

* commit 'ac6e7085':
  Reduce duplication in bugreport ps output.
parents 676b1f6e ac6e7085
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -315,8 +315,7 @@ static void dumpstate() {
    dump_file("KERNEL SYNC", "/d/sync");

    run_command("PROCESSES", 10, "ps", "-P", NULL);
    run_command("PROCESSES AND THREADS", 10, "ps", "-t", "-p", "-P", NULL);
    run_command("PROCESSES (SELINUX LABELS)", 10, "ps", "-Z", NULL);
    run_command("PROCESSES AND THREADS", 10, "ps", "-Z", "-t", "-p", "-P", NULL);
    run_command("LIBRANK", 10, "librank", NULL);

    do_dmesg();