Home
last modified time | relevance | path

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

/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py184 class AdbError(Exception): class
229 except AdbError as ex:
245 raise AdbError('Error executing adb command: {}\n{}'.format(' '.join(command), repr(ex)))
248 …raise AdbError('Error executing adb command: adb {}\n{}'.format(params, ex.output.decode("utf-8")))
260 raise AdbError('Error executing adb command: adb {}\n'.format(params) + err.decode(
264 raise AdbError('Error executing adb command: adb {}\n{}'.format(params, repr(ex)))
344 raise AdbError('Error executing adb command: adb shell\n{}'.format(repr(ex)))
436 raise AdbError(
462 raise AdbError(
492 raise AdbError(
[all …]