Merge "dumpstate: Show SELinux process labels"

This commit is contained in:
Nick Kralevich 2013-07-15 19:36:39 +00:00 committed by Android (Google) Code Review
commit b05c4e0f34

View File

@ -95,6 +95,7 @@ static void dumpstate() {
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("LIBRANK", 10, "librank", NULL);
do_dmesg();