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

Always create the `AndroidDevice` object specific log directory. #848

Closed xpconanfan closed 1 year ago

xpconanfan commented 1 year ago

AndroidDevice#log_path is not always created, but it's accessible by user code. This is ok most of the time because logcat_service is usually used.


This change is Reviewable

xpconanfan commented 1 year ago

Windows CI is broken. Need to fix

xpconanfan commented 1 year ago

This is ready for review