Home
last modified time | relevance | path

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

/external/chromium-trace/
Dutil.py41 def run_adb_shell(shell_args, device_serial): function
88 adb_output, adb_return_code = run_adb_shell(getprop_args,
/external/chromium-trace/agents/
Datrace_agent.py310 output, return_code = util.run_adb_shell(SHELL_ARGS, self._options.device_serial)
415 categories_output, return_code = util.run_adb_shell(LIST_CATEGORIES_ARGS,