1. bb5e444 Fix utils.stop_standing_subprocess error on Mac OS (#920) by Minghao Li · 28 hours ago main upstream/master
  2. 07f0a24 Log each command execution result in utils.run_command (#917) by Minghao Li · 5 weeks ago
  3. c2810ee Set pyink to a fixed version and fix format (#918) by Minghao Li · 5 weeks ago
  4. 161ff47 Fix typos in release notes. (#914) by Ang Li · 10 weeks ago 1.12.3
  5. 2e64eff Mobly Release 1.12.3. (#913) by Ang Li · 10 weeks ago
  6. f7eb2a0 Mark `utils.get_available_host_port` deprecated (#907) by Minghao Li · 3 months ago
  7. 28be0fd Update `README` after build toolchain changes. (#912) by Ang Li · 3 months ago
  8. 13537bc Fix whitespace stripping in _collect_process_tree (#891) by Sam Balana · 3 months ago
  9. 7b938e0 Switch to pyproject.toml completely (#911) by Ang Li · 3 months ago
  10. 68724d8 Cache `AndroidDevice#model` to reduce fastboot calls (#910) by Ang Li · 4 months ago
  11. 3da49fa Bump min Python ver to 3.11. (#909) by Ang Li · 4 months ago
  12. 707eff2 Count should only count retries and not repeats. (#906) by boon · 4 months ago
  13. 46ff13e Add parent field to records to represent repeat and retry information. (#905) by boon · 5 months ago
  14. 6c5d666 Using tcp:0 in adb forward to pick available host port in snippet client (#904) by Minghao Li · 5 months ago
  15. 8ad26db Adding ability to run adb reverse via mobly AdbProxy, fixes #900 (#903) by Sachin Sagadevan · 7 months ago
  16. ebdec3a Fix current formatting issues and add formatting check to CI workflow (#902) by nkprasad12 · 7 months ago
  17. 45baf1e Allow configuring snippet user. (#899) by nkprasad12 · 7 months ago
  18. 207d793 Add the latest release version and CI build status (#895) by Kolin Lu · 8 months ago
  19. 539a442 Remove unused imports (#892) by Sam Balana · 8 months ago
  20. 6392f83 Fix a doc typo in records.py (#889) by Tennessee Carmel-Veilleux · 11 months ago
  21. da3c204 Support am instrument options by adding a snippet config class (#886) by Minghao Li · 12 months ago
  22. b443e44 Mobly Release 1.12.2. (#884) by Ang Li · 1 year ago 1.12.2
  23. 031aa94 Do not start logcat service when the Andriod device is in fastboot mode. (#881) by Ang Li · 1 year, 1 month ago
  24. 791b49c Properly end the test when expects has an error within teardown test. (#882) by boon · 1 year, 1 month ago
  25. 8693d18 Fix the print test list logic in `test_runner` (#878) by Lucas Abel · 1 year, 1 month ago
  26. 8bec7e3 Fix unused 'name' argument in AttenuatorPath constructor (#877) by antofara · 1 year, 1 month ago
  27. 33cc76f Add type hint for `current_test_info` (#879) by nkprasad12 · 1 year, 1 month ago
  28. 384ebbe Default `TestRunConfig.log_path` to `_DEFAULT_LOG_PATH` (#876) by Lucas Abel · 1 year, 2 months ago
  29. 61706b7 suite_runner improvements (#875) by Lucas Abel · 1 year, 2 months ago
  30. 6369938 record: emit explicit end when appending to summary (#872) by Lucas Abel · 1 year, 2 months ago
  31. caf37d0 Fix unhandling of possible recursion error on `ExceptionRecord.__deepcopy__` (#870) by Lucas Abel · 1 year, 3 months ago
  32. a8dc1c7 Fix unit test failures on Python 3.11 (#869) by Minghao Li · 1 year, 3 months ago
  33. 927dd31 Progressively increase intervals between adb root attempts (#867) by antofara · 1 year, 3 months ago
  34. 2fd507d Mobly Release 1.12.1. (#866) by Ang Li · 1 year, 4 months ago 1.12.1
  35. 86688d3 Make the summary file path more accessible. (#865) by Ang Li · 1 year, 4 months ago
  36. 1c44fd9 Ensure the termination of the `teardown_class` record. (#864) by Ang Li · 1 year, 4 months ago
  37. f7f323e Adjust timeout strategy for `AdbProxy#getprop` (#863) by Ang Li · 1 year, 4 months ago
  38. 2371557 Fix list_fastboot_devices for other usb interfaces (#859) by Tatsujin Chin · 1 year, 4 months ago
  39. 8d044d2 Add check for Cuttlefish devices in `is_emulator` (#860) by xianyuanjia · 1 year, 4 months ago
  40. 7892f34 Omit traceback logging for test skip exceptions (#862) by Taylor Cramer · 1 year, 4 months ago
  41. 8254871 Handle SIGTERM in Mobly. (#858) by boon · 1 year, 5 months ago
  42. 9238569 Don't mutate BaseTestClass.record_data() argument. (#856) by Jon Wolverton · 1 year, 5 months ago
  43. f788d41 Fix erroneous asserts.assert_count_equal docstring summary (#855) by Art Orlov · 1 year, 6 months ago
  44. 1b6e611 Add debug logging for fastboot commands. (#854) by Aidan Holm · 1 year, 6 months ago
  45. a6e5ad2 Update instrumentation_tutorial.md (#853) by Sebastian · 1 year, 6 months ago
  46. 3f8bec9 Expose the method to set new log prefix in PrefixLoggerAdapter (#852) by Minghao Li · 1 year, 6 months ago
  47. c4261ef Remove unused dependencies (#850) by Sam Balana · 1 year, 7 months ago
  48. 7fb5084 Create a prefix logger adapter class to add prefix to logs (#849) by Minghao Li · 1 year, 9 months ago
  49. 516b715 Always create the `AndroidDevice` object specific log directory. (#848) by Ang Li · 1 year, 9 months ago
  50. 2da2ec3 Mobly Release 1.12. (#846) by Ang Li · 1 year, 9 months ago 1.12
  51. 792df04 Fix calling `generate_tests` in the `setup_genearted_tests` stage. (#847) by Ang Li · 1 year, 10 months ago
  52. 84a80b3 Rename the `setup_generated_tests` stage to `pre_run`. (#844) by Ang Li · 1 year, 10 months ago
  53. f2a80ca Add a --verbose argument to the test_runner to set DEBUG logging level (#840) by David Duarte · 1 year, 10 months ago
  54. 04bef05 Clean up legacy code (#842) by Minghao Li · 1 year, 10 months ago
  55. 172d0cb Deprecate legacy snippet modules after snippet client v2 migration (#841) by Minghao Li · 1 year, 10 months ago
  56. 98273a2 Flip the default Android snippet client version to V2 (#839) by Minghao Li · 1 year, 11 months ago
  57. 9778e55 Remove argv check. Check is already done in parse_cli_args and should be sys.argv[1:]. (#838) by boon · 1 year, 11 months ago
  58. 7948eaf Add termination signal type to record. (#837) by Ang Li · 1 year, 11 months ago
  59. 6ea354d Support switching to client V2 via Android Device property setting (#835) by Minghao Li · 1 year, 11 months ago
  60. aad7f30 Add error type to `ExceptionRecord`. (#836) by Ang Li · 1 year, 11 months ago
  61. 0b8fabd ClientBase shouldn't call "stop" if "before_starting_server" failed (#834) by Minghao Li · 2 years ago
  62. a0948ae Alias error classes of callback handler v1 to the new ones (#832) by Minghao Li · 2 years ago
  63. a7ed61e Standardize Async RPC for snippet client v2 (#826) by Minghao Li · 2 years ago
  64. bafbbcf Fix typos in tutorial.md (#830) by Ted Pudlik · 2 years ago
  65. 22a88e0 Client V2 cleans event client when it stops (#825) by Minghao Li · 2 years ago
  66. 5a313a3 Fix typo in run_command (#810) by nkprasad12 · 2 years ago
  67. 3efdd54 Create base suite class and add run_suite_class to suite runner. (#817) by boon · 2 years ago
  68. 9da3bce Remove client v2's unit test's dep on subprocess (#823) by Minghao Li · 2 years ago
  69. 913e470 Event client clears host_port and device_port attribute (#822) by Minghao Li · 2 years ago
  70. 286c2f5 Alias error classes of snippet client v1 to the new ones in snippet package (#824) by Minghao Li · 2 years ago
  71. fb0a396 Fix the bug where event client is broken after reboot (#821) by Minghao Li · 2 years ago
  72. c6145d2 Add a flag for whether to use Snippet Client V2 (#815) by Minghao Li · 2 years ago
  73. d2490db Drop Python3.6 support. pytest removed Python 3.6 support so it is difficult to maintain the support on our side. (#819) by boon · 2 years ago
  74. 0365f83 Add Snippet Client V2 for Android, Step 2 (#808) by Minghao Li · 2 years ago
  75. 14dd717 ClientBase should call "stop" if "before_starting_server" failed (#813) by Minghao Li · 2 years ago
  76. 225f609 Remove host_port and device_port attributes from ClientBase (#814) by Minghao Li · 2 years ago
  77. 6d7b621 Adding Snippet Client V2 for Android, Step 1 (#804) by Minghao Li · 2 years, 1 month ago
  78. 38826e3 Refactor snippet client v2's stop server method (#807) by Minghao Li · 2 years, 1 month ago
  79. 8e0499c Rename Snippet client v2's startup sequence steps (#806) by Minghao Li · 2 years, 1 month ago
  80. d1b0104 run yapf to fix format (#801) by Minghao Li · 2 years, 2 months ago
  81. 7d9bb55 Add a new base class for snippet client (#795) by Minghao Li · 2 years, 2 months ago
  82. 59464bd Mobly Release 1.11.1. (#799) by Ang Li · 2 years, 2 months ago 1.11.1
  83. 4a3aa58 Add a comment for fastboot. (#798) by Ang Li · 2 years, 3 months ago
  84. fe13f5a Add return type annotations to some AdbProxy methods. (#790) by Aidan Holm · 2 years, 3 months ago
  85. bbfcca8 Fix tests for fastboot device detection on Windows CI. (#792) by Aidan Holm · 2 years, 4 months ago
  86. 117f8ec Include fastboot devices when validating controller creation. (#791) by Aidan Holm · 2 years, 4 months ago
  87. d2efcf9 Improve test coverage in Mobly utils. (#789) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  88. 1d1b572 Fix import order and disable broad-except pylint warning. (#788) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  89. 76b4a21 Add basic `retry()` and `repeat()` support to generated tests. (#766) by PCMan · 2 years, 5 months ago
  90. bb94c86 Replace psutil usages in utils.stop_standing_subprocess. (#787) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  91. d3dcb3e Add a test case to cover kill subprocess and descendants behavior. (#786) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  92. 82c5e95 Replace mock with unittest.mock and cleanup import section. (#785) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  93. 797ac3a Remove psutil usages in utils_test. (#783) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  94. 9454775 Refactor utils_test to follow Google Python style guide. (#782) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  95. e55c7ba Fix bad import order according to Google Python style guide. (#781) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  96. ec30535 Create enum for build info constants (#778) by boon · 2 years, 5 months ago
  97. 6bea929 Remove unreachable class method in AdbTest. (#780) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  98. ecf9042 Add type hint to utils.run_command to fix pytype checker error. (#779) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  99. d33a2f1 Replace psutil usage with subprocess in utils.run_command. (#776) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago
  100. 156ce82 Remove unused import in utils_test.py. (#775) by Eric Lin (Tzu Hsiang Lin) · 2 years, 5 months ago