Home
last modified time | relevance | path

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

/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py238 def call_adb(params: str, device: str = None, stdin: bytes = None): function
271 lines = list(filter(None, call_adb('devices -l').split('\n')))
308 call_adb('shell su root rm ' + file_path, device_id)
324 return call_adb('shell su root id -u', device_id) == "0\n"
382 …if call_adb("shell su root cat /data/local/tmp/winscope_status", device=self._device_id) == 'TRACE…
383 call_adb("shell su root rm /data/local/tmp/winscope_status", device=self._device_id)