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

Cache the current user id in SnippetClient. #756

Closed xpconanfan closed 3 years ago

xpconanfan commented 3 years ago
  1. For a particular client obj, this value should not change between operations.
  2. Reduce the number of adb getprop calls to reduce the chance of flakiness.

This change is Reviewable