mirror of
https://github.com/taigrr/adb.git
synced 2026-04-02 02:58:42 -07:00
add USB conn support explicitly
This commit is contained in:
@@ -10,7 +10,7 @@ var (
|
||||
ErrStdoutEmpty = errors.New("stdout expected to contain data but was empty")
|
||||
ErrNotInstalled = errors.New("adb is not installed or not in PATH")
|
||||
ErrCoordinatesNotFound = errors.New("coordinates for an input event are missing")
|
||||
ErrConnUSB = errors.New("cannot call connect to device using USB")
|
||||
ErrConnUSB = errors.New("cannot call connect/disconnect to device using USB")
|
||||
ErrResolutionParseFail = errors.New("failed to parse screen size from input text")
|
||||
ErrUnspecified = errors.New("an unknown error has occurred, please open an issue on GitHub")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user