1. e9fa043 Support fmq typs in VTS driver/profiler by Zhuoyao Zhang · 8 years ago
  2. c6abb5f handle if vector size is 0 in py2pb by Keun Soo Yim · 8 years ago
  3. 4f08a82 If the dictionary passed to Py2Pb contains an element that is not part of the type, consider it a fatal error by Enrico Granata · 8 years ago
  4. b0c2f98 Merge "Schedule memtrack, gatekeeper, boot profiling." by Treehugger Robot · 8 years ago
  5. c9af493 Merge "Show min/max bestcase when appropriate." by Ryan Campbell · 8 years ago
  6. 79e8fa9 Schedule memtrack, gatekeeper, boot profiling. by Ryan Campbell · 8 years ago
  7. 531f140 Merge "Add FMQ type in ComponentSpecificationMessage." by Zhuoyao Zhang · 8 years ago
  8. 3873bf5 Add FMQ type in ComponentSpecificationMessage. by Zhuoyao Zhang · 8 years ago
  9. 7d2f966 Merge "Deprecate the Fuzz funciton in hidl hal driver." by Zhuoyao Zhang · 8 years ago
  10. d97818a Show min/max bestcase when appropriate. by Ryan Campbell · 8 years ago
  11. de930a9 Merge "Add splitting logic based on options." by Ryan Campbell · 8 years ago
  12. 60ca678 Merge "Schedule Soundtrigger and VR HALs' profiling tests" by Keun Soo Yim · 8 years ago
  13. 4d4417b Deprecate the Fuzz funciton in hidl hal driver. by Zhuoyao Zhang · 8 years ago
  14. cbffb9a Merge "Created a controller to start systrace on vts test" by Treehugger Robot · 8 years ago
  15. d4f9e10 Merge "Ability to register controller without starting vts services. Enable HwBinderBinerizePerformanceAdbTest." by Treehugger Robot · 8 years ago
  16. 7f02428 Add splitting logic based on options. by Ryan Campbell · 8 years ago
  17. f8847e0 Merge "Implement UI for device-level filters in digests" by Ryan Campbell · 8 years ago
  18. 88bfe2c Merge "Enable bluetooth tests." by Treehugger Robot · 8 years ago
  19. 08ca519 Schedule Soundtrigger and VR HALs' profiling tests by Keun Soo Yim · 8 years ago
  20. 7ed0d64 Ability to register controller without starting vts services. by Tri Vo · 8 years ago
  21. 3aba112 Created a controller to start systrace on vts test by Yuexi Ma · 8 years ago
  22. c6e7326 Support merging profiling data for each test case. by Zhuoyao Zhang · 8 years ago
  23. 7626aae Merge "Schedule boot HIDL test." by Treehugger Robot · 8 years ago
  24. 9000735 Implement UI for device-level filters in digests by Ryan Campbell · 8 years ago
  25. fc6469f Merge "Backend changes to support device-level filtering." by Ryan Campbell · 8 years ago
  26. 399dfe8 Schedule boot HIDL test. by Ryan Campbell · 8 years ago
  27. 7031518 Backend changes to support device-level filtering. by Ryan Campbell · 8 years ago
  28. 5d96441 Specify a HIDL HAL mode in the profiling message's options field by Keun Soo Yim · 8 years ago
  29. 9baa43e add a repeated 'options' field for profiling data message by Keun Soo Yim · 8 years ago
  30. 99157ca don't use | as part of the cmd arg of vts shell driver by Keun Soo Yim · 8 years ago
  31. 49369f8 Merge "corrected a typo" by Yuexi Ma · 8 years ago
  32. 3218a8c Merge "Add datepicker support for performance digests." by Ryan Campbell · 8 years ago
  33. 49c5ccf Add datepicker support for performance digests. by Ryan Campbell · 8 years ago
  34. 40353f5 Add a profiling result message field to each test case by Keun Soo Yim · 8 years ago
  35. 9e422cd Merge "Create UI for displaying performance digests." by Ryan Campbell · 8 years ago
  36. fc0c874 Modify test table UI for performance digests. by Ryan Campbell · 8 years ago
  37. f608ba6 Create UI for displaying performance digests. by Ryan Campbell · 8 years ago
  38. 1443b35 Merge "Enable interface fuzzing for sensors and power hals." by Treehugger Robot · 8 years ago
  39. e4ca92f Enable interface fuzzing for sensors and power hals. by Tri Vo · 8 years ago
  40. 286d87c Merge "support float_t and double_t in VTSC driver" by Treehugger Robot · 8 years ago
  41. 56c5549 Merge "Set SELinux permissive mode for vts binary test." by Zhuoyao Zhang · 8 years ago
  42. 6f50d26 Merge "Change the timestamp type in VtsProfilingMessage." by Zhuoyao Zhang · 8 years ago
  43. 304df68 support float_t and double_t in VTSC driver by Keun Soo Yim · 8 years ago
  44. 77b5880 Merge VTS Windows extension by Hsin-Yi Chen · 8 years ago
  45. ca116d1 Set SELinux permissive mode for vts binary test. by Zhuoyao Zhang · 8 years ago
  46. 657ca49 Change the timestamp type in VtsProfilingMessage. by Zhuoyao Zhang · 8 years ago
  47. 10ed8f3 Merge "Typo in profiler compiler." by Treehugger Robot · 8 years ago
  48. 7d4a200 handle TYPE_MASK and TYPE_HANDLE by Keun Soo Yim · 8 years ago
  49. ab339e3 Typo in profiler compiler. by Tri Vo · 8 years ago
  50. 6d45f1e Merge "convert float|double_t to float|double in C/C++" by Treehugger Robot · 8 years ago
  51. 299386e Merge "Enable profiling for light, power, sensors hal tests." by Treehugger Robot · 8 years ago
  52. 67413b5 Merge "support host-side string and substruct types for conversion to a protobuf msg" by Treehugger Robot · 8 years ago
  53. 38f83d2 corrected a typo by Yuexi Ma · 8 years ago
  54. 8bee57d Merge "Remove LOCAL_COMPATBILITY_SUITE := vts from lights.vts" by Dan Willemsen · 8 years ago
  55. 0bd7a04 Merge "Fix paging bug at the end of test data." by Treehugger Robot · 8 years ago
  56. b14be54 Enable bluetooth tests. by Tri Vo · 8 years ago
  57. 0ad52fb Merge "Deploy vts iface_fuzzer for light hal. Disable ILightFuzzTest, ISensorsFuzzTest, IPowerFuzzTest." by Treehugger Robot · 8 years ago
  58. 69b18d3 convert float|double_t to float|double in C/C++ by Keun Soo Yim · 8 years ago
  59. 9780df9 Enable profiling for light, power, sensors hal tests. by Tri Vo · 8 years ago
  60. 6ae9283 Merge "Support new types in vts profiler." by Zhuoyao Zhang · 8 years ago
  61. bcf39fb Merge "Create binary vts_profiling_configure." by Zhuoyao Zhang · 8 years ago
  62. 7e54431 regenerate golden by Keun Soo Yim · 8 years ago
  63. b8518f6 support host-side string and substruct types for conversion to a protobuf msg by Keun Soo Yim · 8 years ago
  64. 688e98338 make sure each logging message ends with a new line by Keun Soo Yim · 8 years ago
  65. 74e6776 Remove LOCAL_COMPATBILITY_SUITE := vts from lights.vts by Dan Willemsen · 8 years ago
  66. ea6c56a Merge "Add name "default" as default to register service" by Treehugger Robot · 8 years ago
  67. a55ce63 Support new types in vts profiler. by Zhuoyao Zhang · 8 years ago
  68. 918473c Fix paging bug at the end of test data. by Ryan Campbell · 8 years ago
  69. 00c95ae Merge "Remove duplicate packages from lib packaging list." by Treehugger Robot · 8 years ago
  70. 25b31fa Deploy vts iface_fuzzer for light hal. by Tri Vo · 8 years ago
  71. 23d4e8b Add name "default" as default to register service by Chris Phoenix · 8 years ago
  72. dc9b64b Create binary vts_profiling_configure. by Zhuoyao Zhang · 8 years ago
  73. a2e9e76 use the virtualenv's path of a previous run of the same plan by Keun Soo Yim · 8 years ago
  74. b21dd70 Remove duplicate packages from lib packaging list. by Ryan Campbell · 8 years ago
  75. 82b1730 Merge "Clear error message before calling dlsym" by Treehugger Robot · 8 years ago
  76. f744c8f Clear error message before calling dlsym by Hsin-Yi Chen · 8 years ago
  77. b5de318 Host-side change for soundtrigger HAL by Keun Soo Yim · 8 years ago
  78. 3e94e81 Merge "Allow for gcno content to parsed multiple times." by Treehugger Robot · 8 years ago
  79. fc0f037 create hal_hidl_gtest template for HIDL HAL target-side test by Keun Soo Yim · 8 years ago
  80. 9b943c6 Merge "VtsMultiDeviceTest implements ITestCollector. Needed to run on AOSP." by Treehugger Robot · 8 years ago
  81. dbeb88b Merge "Fix bugs in coverage utility." by Treehugger Robot · 8 years ago
  82. 873eee4 Merge "A few fix for driver generator." by Zhuoyao Zhang · 8 years ago
  83. 4fd86b6 Allow for gcno content to parsed multiple times. by Ryan Campbell · 8 years ago
  84. eb5c2d9 VtsMultiDeviceTest implements ITestCollector. Needed to run on AOSP. by Tri Vo · 8 years ago
  85. 08b5f08 Fix bugs in coverage utility. by Ryan Campbell · 8 years ago
  86. 29f2995 Merge "Move coverage flag to AndroidTest.xml." by Treehugger Robot · 8 years ago
  87. 191912a Move coverage flag to AndroidTest.xml. by Ryan Campbell · 8 years ago
  88. 3d7e2ba A few fix for driver generator. by Zhuoyao Zhang · 8 years ago
  89. 47b43e3 Split BionicNativeTest into separate test plans. by Ryan Campbell · 8 years ago
  90. ac8f618 Pass virtual env path from its preparer to other class via buildinfo. by Keun Soo Yim · 8 years ago
  91. 18fa4bb Merge "Remove artifacts from coverage prototyping." by Ryan Campbell · 8 years ago
  92. bcf6ad9 Correctly parse parameterized Gtest names by Brian Duddie · 8 years ago
  93. 5e0c6d1 Remove artifacts from coverage prototyping. by Ryan Campbell · 8 years ago
  94. 1bfc7c5 Merge "Package proto fuzzer with android-vts." by Treehugger Robot · 8 years ago
  95. efbd6c8 Package proto fuzzer with android-vts. by Tri Vo · 8 years ago
  96. 31e4251 Merge "Limit the size of the trace file in vts profiler." by Zhuoyao Zhang · 8 years ago
  97. 7e29bbb Merge "Fix typo in gcda parser setter." by Keun Soo Yim · 8 years ago
  98. df86609 Merge "Move performance processing to a util class." by Treehugger Robot · 8 years ago
  99. 5a582a6 Fix typo in gcda parser setter. by Ryan Campbell · 8 years ago
  100. cd0a823 add HalSoundTriggerHidlTargetBasicTest to staging plans (hal-hidl and coverage) by Keun Soo Yim · 8 years ago