google / mobly

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

Reduce the number of adb calls made for `ad.getprop` #550

Closed xpconanfan closed 5 years ago

xpconanfan commented 5 years ago

Right now, each getprop requires a separate adb call. In large scale labs, this could create a huge amount of adb calls. We should provide a new API to get multiple props in one call.