Home
last modified time | relevance | path

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

/system/core/adb/client/
Dbugreport.cpp257 std::string bugz_command = "bugreportz -p"; in DoIt() local
266 bugz_command = "bugreportz"; in DoIt()
269 return SendShellCommand(bugz_command, false, &bugz_callback); in DoIt()