Home
last modified time | relevance | path

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

/system/core/adb/
Dbugreport.cpp256 std::string bugz_command = "bugreportz -p"; in DoIt() local
265 bugz_command = "bugreportz"; in DoIt()
268 return SendShellCommand(transport_type, serial, bugz_command, false, &bugz_callback); in DoIt()