Ang Li

Results 21 issues of 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)

bug

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.

docs

So it can be easily applied to a whole function.

improvement

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...

new feature

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.

improvement

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...

improvement

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...

bug

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...

new feature

Right now Mobly writes to stdout in INFO level by default. We can provide a MoblyParam to change this.

new feature

Like making a call.

new feature