aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly/controllers/android_device_test.py
AgeCommit message (Expand)Author
2024-01-22Cache `AndroidDevice#model` to reduce fastboot calls (#910)Ang Li
2023-10-26Fix current formatting issues and add formatting check to CI workflow (#902)nkprasad12
2023-05-22Support am instrument options by adding a snippet config class (#886)Minghao Li
2023-04-25Do not start logcat service when the Andriod device is in fastboot mode. (#881)Ang Li
2022-08-15Always create the `AndroidDevice` object specific log directory. (#848)Ang Li
2022-06-30Flip the default Android snippet client version to V2 (#839)Minghao Li
2022-03-22run yapf to fix format (#801)Minghao Li
2022-01-24Fix tests for fastboot device detection on Windows CI. (#792)Aidan Holm
2021-12-23Replace mock with unittest.mock and cleanup import section. (#785)Eric Lin (Tzu Hsiang Lin)
2021-12-10Add incremental build ID and build fingerprint as AndroidDevice build info pr...xianyuanjia
2021-06-08Use `assertRaises` instead of catch and assert (#754)John
2021-05-06Support custom filename in `AndroidDevice.take_screenshot` (#730)jamesgkk
2021-05-05Fix a bug in `android_device.get_instances_with_configs`. (#744)Ang Li
2021-05-05Check Android devices exist before calling commands on them. (#743)Ang Li
2021-04-23Support native repeat and retry in Mobly. (#734)Ang Li
2021-02-16Prefer monotonic time from perf_counter for time measurement. (#725)Eric Lin (Tzu Hsiang Lin)
2021-02-15Drop the py2 compatibility in unittest usages. (#726)Eric Lin (Tzu Hsiang Lin)
2021-02-02Remove some py2 workarounds. (#715)Ang Li
2021-01-20Re-format all codes to Google style. (#713)Ang Li
2021-01-13Move to 2-space indent: test files except AndroidDevice related (#710)Eric Lin (Tzu Hsiang Lin)
2020-08-27Fix typo, rename test function and align style (#677)Eric Lin (Tzu Hsiang Lin)
2020-07-18Add extra log for debug when UnicodeDecodeError happened (#674)williamfzc
2020-04-19Fix unit test failure due to the lack of `fastboot` mock. (#672)Ang Li
2020-04-08Add an API for taking screenshot in AndroidDevice. (#670)Ang Li
2019-12-03Rewrite logcat's create_output_excerpts to avoid dangling excerpts. (#658)xianyuanjia
2019-10-14Allow overriding props with setters via config in `AndroidDevice`. (#644)Ang Li
2019-10-02Fix take_bug_report int issue. (#638)winterfroststrom
2019-10-01Standardize filenames for logcat and bugreport. (#635)Ang Li
2019-09-27Utilize new output file APIs in `logcat_service`. (#634)Ang Li
2019-09-20Add a method for generating output filenames in `AndroidDevice` (#630)Ang Li
2019-09-09Add is emulator property (#626)winterfroststrom
2019-07-29Guarantee service start/stop order in AndroidDevice. (#607)Ang Li
2019-07-22Make `take_bug_reports` consistent with its singular version. (#602)Ang Li
2019-07-22New yapf formatting. (#603)Ang Li
2019-07-17Cache build info (#600)winterfroststrom
2019-07-16Extend build info (#599)winterfroststrom
2019-07-11Workaround adb getprop timing out occasionally during the boot process. (#596)hanx-github
2019-06-24Fix various deprecation warnings for raw strings. (#585)winterfroststrom
2019-06-17Make take_bug_report more convenient. (#582)winterfroststrom
2019-05-10Make take bug report more convenient to use. (#576)winterfroststrom
2019-03-14Remove `ad.stop_services` for good. (#573)Ang Li
2019-03-14Remove deprecated service-related APIs (#572)Ang Li
2018-10-08Simplify service interface and post-service clean ups. (#515)Ang Li
2018-10-05Fix load_sl4a. (#522)Ang Li
2018-09-28Apply service mechanism for snippet client management. (#507)Ang Li
2018-09-26Introduce proper service management for AndroidDevice. (#503)Ang Li
2018-09-19Do not crash upon adb logcat clear error. (#501)Ang Li
2018-07-25Normalize serial for log name on Windows (#475)Darren Hoo
2018-07-19Use `ro.debuggable` to decide if a device is rootable. (#471)Ang Li
2018-06-21Use io.open to set file encoding (#465)winterfroststrom