Loading cmds/dumpstate/dumpstate.c +0 −3 Original line number Diff line number Diff line Loading @@ -295,9 +295,6 @@ static void dumpstate() { 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"); run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL); printf("------ BACKLIGHTS ------\n"); Loading Loading
cmds/dumpstate/dumpstate.c +0 −3 Original line number Diff line number Diff line Loading @@ -295,9 +295,6 @@ static void dumpstate() { 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"); run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL); printf("------ BACKLIGHTS ------\n"); Loading