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

Check Android devices exist before calling commands on them. #743

Closed xpconanfan closed 3 years ago

xpconanfan commented 3 years ago

AndroidDevice instantiation calls adb root on devices if the device is rootable. And today, we instantiate the device objects before we check if the device exists at all, which is logically incorrect.


This change is Reviewable