openatx / adbutils

pure python adb library for google adb service.
MIT License
761 stars 175 forks source link

Raise AdbConnectError while wrong address is given #29

Closed Fingalzzz closed 2 years ago

Fingalzzz commented 3 years ago

An error should be raised when connect to a remote device using invalid ip address or port number. Currently, it will only get error when try to perform some actions.

codeskyblue commented 3 years ago

This are many different response when failed to call adb connect

for example

$ adb connect 10.102.78.77:24011
failed to connect to '10.102.78.77:24011': Connection refused