Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/dumpstate/
Ddumpstate.c72 run_command("CPU INFO", 10, "top", "-n", "1", "-d", "1", "-m", "30", "-t", NULL); in dumpstate()
73 run_command("PROCRANK", 20, "procrank", NULL); in dumpstate()
79 run_command("SYSTEM LOG", 20, "logcat", "-v", "time", "-d", "*:v", NULL); in dumpstate()
99 run_command("EVENT LOG", 20, "logcat", "-b", "events", "-v", "time", "-d", "*:v", NULL); in dumpstate()
100 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "time", "-d", "*:v", NULL); in dumpstate()
102 run_command("NETWORK INTERFACES", 10, "netcfg", NULL); in dumpstate()
107 run_command("DUMP WIFI FIRMWARE LOG", 60, in dumpstate()
113 run_command("KERNEL LOG", 20, "dmesg", NULL); in dumpstate()
118 run_command("VOLD DUMP", 10, "vdc", "dump", NULL); in dumpstate()
119 run_command("SECURE CONTAINERS", 10, "vdc", "asec", "list", NULL); in dumpstate()
[all …]
Ddumpstate.h27 int run_command(const char *title, int timeout_seconds, const char *command, ...);
Dutils.c141 int run_command(const char *title, int timeout_seconds, const char *command, ...) { in run_command() function