aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly/controllers
AgeCommit message (Expand)Author
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
2020-03-24Fix adb service can NOT start in mobly when debugging with Intelij IDEAEric Lin (Tzu Hsiang Lin)
2020-01-10Properly handle service re-start and resume in `AndroidDevice`. (#662)Ang Li
2019-12-03Rewrite logcat's create_output_excerpts to avoid dangling excerpts. (#658)xianyuanjia
2019-10-29Do not add `--user` in snippet commands for SDK < 24. (#653)Ang Li
2019-10-17Always operate on the current user in `snippet_client`. (#647)Ang Li
2019-10-14[adb] Add a util to retrieve the current user ID. (#645)Ang Li
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-26Standardize output excerpt APIs in services. (#633)Ang Li
2019-09-20Add a method for generating output filenames in `AndroidDevice` (#630)Ang Li
2019-09-13Fix adb instrument output. (#628)winterfroststrom
2019-09-09Add is emulator property (#626)winterfroststrom
2019-07-31Fix suite_runner with logger. (#610)winterfroststrom
2019-07-30Make state explicit in logcat service update config. (#609)Ang Li
2019-07-30Support updating config in an existing logcat service instance (#608)Ang Li
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-16Add retries for adb getprops. (#597)winterfroststrom
2019-07-11Deduplicate the mock adb proxy. (#598)winterfroststrom
2019-07-11Workaround adb getprop timing out occasionally during the boot process. (#596)hanx-github
2019-07-09Fix typos. (#595)winterfroststrom
2019-07-09Fix service manager error handling. (#591)winterfroststrom
2019-06-24Fix various deprecation warnings for raw strings. (#585)winterfroststrom
2019-06-17Make take_bug_report more convenient. (#582)winterfroststrom
2019-05-23Handle \r\n newlines. (#581)Ang Li
2019-05-23Handle special adb getprop output. (#580)Ang Li
2019-05-22Add an API for getting adb prop in batch. (#577)Ang Li
2019-05-10Make take bug report more convenient to use. (#576)winterfroststrom
2019-03-19Add logic for ANDROID_SERIAL to snippet shell. (#574)winterfroststrom
2019-03-14Remove `ad.stop_services` for good. (#573)Ang Li
2019-03-14Remove deprecated service-related APIs (#572)Ang Li
2019-03-14Moving the util and updating references in tests (#570)Tim Strother
2019-02-27Fix a typo in getprop. (#562)Ang Li
2019-02-27Add a default timeout for adb getprop calls. (#556)Ang Li
2019-02-27Fix deadlock issue with adb commands with timeout. (#558)winterfroststrom
2019-02-04Fix Python3 str handling error. (#555)winterfroststrom
2018-11-28Fix help() rpc to display new lines properly in snippet shell. (#546)winterfroststrom
2018-10-12Add serial to adb timeout error. (#534)Ang Li
2018-10-11Add serial attr in `AdbError`. (#532)Ang Li
2018-10-08Introduce a helper method for creating per-test logcat excerpts. (#525)Ang Li
2018-10-08Simplify service interface and post-service clean ups. (#515)Ang Li
2018-10-05Fix load_sl4a. (#522)Ang Li
2018-10-03Package sl4a client management into a service. (#511)Ang Li