Merge "Do not use su to run the df command in bugreports"

This commit is contained in:
Arve Hjønnevåg 2013-02-09 01:41:09 +00:00 committed by Android (Google) Code Review
commit b7c1ebc3fb
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ static void dumpstate() {
run_command("VOLD DUMP", 10, "vdc", "dump", NULL);
run_command("SECURE CONTAINERS", 10, "vdc", "asec", "list", NULL);
run_command("FILESYSTEMS & FREE SPACE", 10, SU_PATH, "root", "df", NULL);
run_command("FILESYSTEMS & FREE SPACE", 10, "df", NULL);
run_command("PACKAGE SETTINGS", 20, SU_PATH, "root", "cat", "/data/system/packages.xml", NULL);
dump_file("PACKAGE UID ERRORS", "/data/system/uiderrors.txt");