1. 7585b53 Merge "Add cleanup step to AppSetup to uninstall all apps." by Brett Chabot · 12 years ago
  2. f2589c8 Add cleanup step to AppSetup to uninstall all apps. by Brett Chabot · 12 years ago
  3. d900446 Merge "Add persistent logging in case an exception kills Dispatcher thread" by Omari Stephens · 12 years ago
  4. e031a1a Add persistent logging in case an exception kills Dispatcher thread by Omari Stephens · 12 years ago
  5. 6ef961a Merge "Fix ordering bug in Async Proxy" by Omari Stephens · 12 years ago
  6. a91ad10 Merge "Add DeviceBuildDescriptor#getBuildAlias." by Brett Chabot · 12 years ago
  7. e0cf1ce Add DeviceBuildDescriptor#getBuildAlias. by Brett Chabot · 12 years ago
  8. ea9cd10 Add ability to filter installed instrumentations by runner. by Brett Chabot · 12 years ago
  9. 38d90a5 Merge "Add DeviceBuildDescriptor." by Brett Chabot · 12 years ago
  10. 77e854c Fix ordering bug in Async Proxy by Omari Stephens · 12 years ago
  11. 156d75e Add DeviceBuildDescriptor. by Brett Chabot · 12 years ago
  12. 852dc08 Create a global config autodetection mechanism by Omari Stephens · 12 years ago
  13. 3864ef9 Fix compile errors <_< >_> by Omari Stephens · 12 years ago
  14. 54fab8e Merge "Extend RunCommandTargetPreparer to run teardown commands as well" by Omari Stephens · 12 years ago
  15. 98b8aff Merge "Create an ITargetPreparer extension that can clean up the device" by Omari Stephens · 12 years ago
  16. 438b081 Extend RunCommandTargetPreparer to run teardown commands as well by Omari Stephens · 12 years ago
  17. 46253a8 Create an ITargetPreparer extension that can clean up the device by Omari Stephens · 12 years ago
  18. e7fa409 Create a Global Configuration to specify TF options at start by Omari Stephens · 12 years ago
  19. 5a52621 Add plumbing to set Host labels, and enable setting them from cmdline by Omari Stephens · 12 years ago
  20. cd03d8b Switch from using Hashtable to ConcurrentHashMap by Omari Stephens · 12 years ago
  21. 9038b91 Merge "Detect installation failures in AppSetup." by Brett Chabot · 12 years ago
  22. 71d6649 Detect installation failures in AppSetup. by Brett Chabot · 12 years ago
  23. c9209ea Enable use of enumerated namespaces with aliases by Omari Stephens · 12 years ago
  24. f92fa31 Add DeviceManager unit test to verify DeviceMonitor being called by Omari Stephens · 12 years ago
  25. 77bc800 Make device listing asynchronous to avoid deadlocks by Omari Stephens · 12 years ago
  26. 1d68514 Create a proxy to make IDeviceMonitor calls asynchronous by Omari Stephens · 12 years ago
  27. 6a0f700 Add constants for product and variant properties by Omari Stephens · 12 years ago
  28. 7fffa0b Plumb DeviceMonitor options through to CommandScheduler by Omari Stephens · 12 years ago
  29. 6623bd7 Add framework and plumbing for DeviceMonitor by Omari Stephens · 12 years ago
  30. 5498972 Merge "Allow one to block a Class's @Option fields from the global namespace" by Omari Stephens · 12 years ago
  31. be5ac89 bad idea to use TestIndentifier#toString by Guang Zhu · 12 years ago
  32. e24d0a7 Merge "PushFilePreparer can push build-specific files" by Trevor Fairey · 12 years ago
  33. 7249989 Allow one to block a Class's @Option fields from the global namespace by Omari Stephens · 12 years ago
  34. 73af5c1 more logging choices for UiAutomator tests by Guang Zhu · 12 years ago
  35. 6726abb PushFilePreparer can push build-specific files by Trevor Fairey · 12 years ago
  36. 0a99919 Merge "Retry IRetriableTests for no builds." by Eric Rowe · 12 years ago
  37. 7f4de9b Fix: change settings immediately after setting local.prop. by Tsu Chiang Chuang · 12 years ago
  38. f85ffac Retry IRetriableTests for no builds. by Eric Rowe · 12 years ago
  39. 7a69f44 add an option to trigger a media scan after pushing files by Guang Zhu · 12 years ago
  40. 28acca5 Merge "Key procrank on PID, not app name." by Eric Rowe · 12 years ago
  41. 92abac0 Merge "Expand scope of app regex in native crash parser" by Eric Rowe · 12 years ago
  42. 96d67ed Throw an exception if we see any output from `svc` commands by Omari Stephens · 12 years ago
  43. f774dae Key procrank on PID, not app name. by Eric Rowe · 12 years ago
  44. 051de6d Expand scope of app regex in native crash parser by Eric Rowe · 12 years ago
  45. dfe9b74 Merge "Added class that implements HTTP multipart POST." by Maxim Siniavine · 12 years ago
  46. 0c243a5 Added class that implements HTTP multipart POST. by Maxim Siniavine · 12 years ago
  47. 142d95c Fix holes in file storage proxying by Omari Stephens · 12 years ago
  48. 1229ddb Merge "Create a utility class for dealing with null values" by Omari Stephens · 12 years ago
  49. 63ad807 Create a utility class for dealing with null values by Omari Stephens · 12 years ago
  50. 2d4bc25 Merge "Make report world readable also use UTF-8 encoding for the html report." by Tsu Chiang Chuang · 12 years ago
  51. 766b0d1 Add tradefed support for SDK Windows executables by Piotr Gurgul · 12 years ago
  52. 200f321 Make report world readable also use UTF-8 encoding for the html report. by Tsu Chiang Chuang · 12 years ago
  53. 3f81bc5 add more debugging logs. by Tsu Chiang Chuang · 12 years ago
  54. 705628a Merge "Move brillopad parsers to their own package" by Eric Rowe · 12 years ago
  55. 328a4f0 Don't list filtered devices in 'list devices'. by Brett Chabot · 12 years ago
  56. 35351ac Fix unused import in FileUtil. by Brett Chabot · 12 years ago
  57. 859b1f3 Move brillopad parsers to their own package by Eric Rowe · 12 years ago
  58. f39b58f Exposing some methods out from the Reporters. by Tsu Chiang Chuang · 12 years ago
  59. b9ef6fc Merge "-bug fix for fileutil unzipper: nested files will get a write error. -bug fixes to codecoveragereporter : cmds need to be str[], failed to create the root dir, also need to use AppDeviceBuildInfo to get access to the files stored inside AppDeviceBuildInfo's AppBuildInfo." by Tsu Chiang Chuang · 12 years ago
  60. d19867a -bug fix for fileutil unzipper: nested files will get a write error. by Tsu Chiang Chuang · 12 years ago
  61. c2d2014 Merge "Add abi selection support in SdkAvdPreparer" by Brett Chabot · 12 years ago
  62. 6975133 Add abi selection support in SdkAvdPreparer by Piotr Gurgul · 12 years ago
  63. e62f933 Add StubDevice#getName to follow IDevice API change in ddmlib by Omari Stephens · 12 years ago
  64. b533111 Merge "Fix --help for mandatory options." by Brett Chabot · 12 years ago
  65. 0dc54f4 Fix --help for mandatory options. by Brett Chabot · 12 years ago
  66. f53a183 Interpolate ${EXTERNAL_STORAGE} in syncFiles() by Omari Stephens · 12 years ago
  67. f4797c5 Interpolate ${EXTERNAL_STORAGE} in pushFile and pullFile paths by Omari Stephens · 12 years ago
  68. 0d6bc76 Merge "Adding framework to support code coverage for unbundled apps." by Tsu Chiang Chuang · 12 years ago
  69. 8f3551d Adding framework to support code coverage for unbundled apps. by Tsu Chiang Chuang · 12 years ago
  70. 71b0f2b Merge "Add time and file formatting util methods." by Brett Chabot · 12 years ago
  71. 5ccafa3 Merge "Make ResultForwarder subclass-friendly" by Omari Stephens · 12 years ago
  72. 796b48d Fix SDK imports. by Brett Chabot · 12 years ago
  73. 027bb1b Add time and file formatting util methods. by Brett Chabot · 12 years ago
  74. 56a673d Allow switching on gpu programmatically in SdkAvdPreparer by Piotr Gurgul · 12 years ago
  75. abf6ef4 Add option in SdkAvdPreparer that turns GPU on for emulator by Piotr Gurgul · 12 years ago
  76. c2db716 Merge "Make emulator's sdcard capacity configurable" by Brett Chabot · 12 years ago
  77. 3672c45 Merge "Decouple avd creation from emulator launch" by Brett Chabot · 12 years ago
  78. 1df009c Revert "Adjust to new ddmlib and fix func tests." by Brett Chabot · 12 years ago
  79. abcc22e Decouple avd creation from emulator launch by Piotr Gurgul · 12 years ago
  80. 2f8607e Make ResultForwarder subclass-friendly by Omari Stephens · 12 years ago
  81. 27eb0ab Create a simple TargetPreparer to add arbitrary delays/reboots by Omari Stephens · 12 years ago
  82. 1cf24aa Make emulator's sdcard capacity configurable by Piotr Gurgul · 12 years ago
  83. afe9807 Merge "Add regression test for incorrect permission when installing a previously forward locked app." by Tsu Chiang Chuang · 12 years ago
  84. 62ffb01 Add regression test for incorrect permission when installing a by Tsu Chiang Chuang · 12 years ago
  85. b1848e5 Stop installd when wiping the device with WIPE_RM by Eric Rowe · 12 years ago
  86. e0d2a62 Fix overflow error in RetentionFileSaver. by Brett Chabot · 12 years ago
  87. 5ed4efb Refactor out separate RetentionFileSaver class. by Brett Chabot · 12 years ago
  88. 525dbd1 Merge "Add NPE check when building file download cache." by Brett Chabot · 12 years ago
  89. a3b8585 Add IRetriableTest to retry tests. by Eric Rowe · 12 years ago
  90. eab2c7a Add NPE check when building file download cache. by Brett Chabot · 12 years ago
  91. cdb2e46 Merge "Adjust to new ddmlib and fix func tests." by Brett Chabot · 12 years ago
  92. 0c8859a Adjust to new ddmlib and fix func tests. by Brett Chabot · 12 years ago
  93. 8832772 Merge "LogfileSaver tweaks to reduce large num of files in a dir." by Shawn Pearce · 12 years ago
  94. 25ac521 LogfileSaver tweaks to reduce large num of files in a dir. by Brett Chabot · 12 years ago
  95. e3cd09f UI Automator test harness by Guang Zhu · 12 years ago
  96. 1310b44 Merge "Add .retention file creation to LogFileSaver." by Brett Chabot · 12 years ago
  97. 4f5ecf1 add setter for online timeout by Keun young Park · 12 years ago
  98. 0d9c110 Add .retention file creation to LogFileSaver. by Brett Chabot · 12 years ago
  99. 439733c Merge "Convert LogFileSaver to use CLog." by Brett Chabot · 12 years ago
  100. d63debe Convert LogFileSaver to use CLog. by Brett Chabot · 12 years ago