Home
last modified time | relevance | path

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

/development/python-packages/gdbrunner/
D__init__.py221 except adb.ShellError:
232 except adb.ShellError:
/development/python-packages/adb/
Ddevice.py40 class ShellError(RuntimeError): class
42 super(ShellError, self).__init__(
309 raise ShellError(cmd, stdout, stderr, exit_code)
/development/scripts/
Dgdbclient.py145 except adb.ShellError: