Home
last modified time | relevance | path

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

/development/tools/winscope/src/adb/
Dwinscope_proxy.py663 class AdbError(Exception): class
709 except AdbError as ex:
726 raise AdbError('Error executing adb command: {}\n{}'.format(
731 raise AdbError('Error executing adb command: adb {}\n{}'.format(
744 raise AdbError('Error executing adb command: adb {}\n'.format(params) + err.decode(
749 raise AdbError(
882 raise AdbError(
989 raise AdbError(
1031 raise AdbError(
1043 raise AdbError(
[all …]