google / mobly

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

Android snippet client should clean event client when stopping #820

Closed mhaoli closed 2 years ago

mhaoli commented 2 years ago

Android snippet client should set self._event_client to None when it is requested to stop. Otherwsie, after device reboot, the snippet client will still use the broken event client instead of creating a new one.