Home
last modified time | relevance | path

Searched refs:RunDumpsys (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp360 static void RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsysArgs, in RunDumpsys() function
363 return ds.RunDumpsys(title, dumpsysArgs, options, dumpsysTimeoutMs, out_fd); in RunDumpsys()
365 static void RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsysArgs, in RunDumpsys() function
367 return ds.RunDumpsys(title, dumpsysArgs, Dumpstate::DEFAULT_DUMPSYS, 0, out_fd); in RunDumpsys()
1556 RunDumpsys("DUMPSYS NETWORK_SERVICE_LIMITED", {"wifi", "-a"}, in DumpstateLimitedOnly()
1558 RunDumpsys("DUMPSYS CONNECTIVITY REQUESTS", {"connectivity", "requests"}, in DumpstateLimitedOnly()
1565 RunDumpsys("DROPBOX SYSTEM SERVER CRASHES", {"dropbox", "-p", "system_server_crash"}); in DumpstateLimitedOnly()
1566 RunDumpsys("DROPBOX SYSTEM APP CRASHES", {"dropbox", "-p", "system_app_crash"}); in DumpstateLimitedOnly()
1594 RunDumpsys("CHECKIN BATTERYSTATS", {"batterystats", "-c"}, out_fd); in DumpCheckins()
1595 RunDumpsys("CHECKIN NETSTATS", {"netstats", "--checkin"}, out_fd); in DumpCheckins()
[all …]
Ddumpstate.h255 void RunDumpsys(const std::string& title, const std::vector<std::string>& dumpsys_args,