google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
628 stars 175 forks source link

Raise an error when `adb connect` fails. #746

Closed xpconanfan closed 3 years ago

xpconanfan commented 3 years ago

The command adb connect's return code is not 0 if failed, so we need to implement this command in AdbProxy to explicitly raise an error when the connection is not successful.


This change is Reviewable