Home
last modified time | relevance | path

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

/development/tools/winscope/src/adb/
Dwinscope_proxy.py148 matchingFiles = call_adb(
718 def call_adb(params: str, device: str = None, stdin: bytes = None): function
766 raw_res = call_adb('shell service check Wayland')
776 lines = list(filter(None, call_adb('devices -l').split('\n')))
844 call_adb('shell su root rm -f ' + file_path, device_id)
862 return int(call_adb('shell su root id -u', device_id)) == 0
927 …if call_adb("shell su root cat /data/local/tmp/winscope_status", device=self._device_id) == 'TRACE…
928 call_adb(
1015 …signal_handler_log = call_adb("shell su root cat /data/local/tmp/winscope_signal_handler.log", dev…