Ang Li
Ang Li
`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 [](https://reviewable.io/reviews/google/mobly/848)
Our Linux build status on `README.md` is still linking to the old Travis CI which we don't use any more. Let's update this with status from the current CI system.
So it can be easily applied to a whole function.
This came up in a discussion with @winterfroststrom The `AdbProxy` was designed for the most straightforward use cases, like `adb.shell('getprop')` - simple call and return. This does not work well...
Right now, java side exception's stacktrace and description are merged together and thrown as a single msg. `snippet_client` should be able to separate the two and report them better.
Most adb calls issued by `AndroidDevice` don't have any timeout today. This is causing problems in large device labs where there is a diverse collection of devices. Sometimes devices get...
On certain devices from huawei, micromax, and asus, the adb cmd to list instrumentation is flaky. On rare occasions, the cmd prints error with ret code 0: ``` adb -s...
Similar to `device.log`, which prepends device debug tag to the log msg, it would be nice to have a set of `asserts` functions specific to a device. This way we...
Right now Mobly writes to stdout in INFO level by default. We can provide a MoblyParam to change this.