1. 12f45c4 Support secondary dex compilation. by Jiakai Zhang · 2 years, 5 months ago
  2. b79ba5d Enable shrinking optimization of service-art by Zhi Dou · 2 years, 5 months ago
  3. c3db1c7 Refactor PrimaryDexOptimizer to prepare for secondary dex compilation. by Jiakai Zhang · 2 years, 5 months ago
  4. ca32797 Update artd to support profiles for secondary dex files. by Jiakai Zhang · 2 years, 5 months ago
  5. 2617a9d Use DexUseManager to determine whether a primary dex needs to be shared. by Jiakai Zhang · 2 years, 5 months ago
  6. b8d3fee Persist dex use information. by Jiakai Zhang · 2 years, 5 months ago
  7. 60bf7f8 Implement notifyDexLoad. by Jiakai Zhang · 2 years, 5 months ago
  8. b464018 Migrate libartservice to real PackageState APIs by Winson Chiu · 2 years, 6 months ago
  9. a410333 Fix the instruction set that ART Services uses to compile apps. by Jiakai Zhang · 2 years, 5 months ago
  10. ab3f419 Support profile merging. by Jiakai Zhang · 2 years, 6 months ago
  11. cbc8d86 Use @AutoValue for OptimizationStatus. by Jiakai Zhang · 2 years, 6 months ago
  12. c7f9d12 Don't copy reference profile beforehand. by Jiakai Zhang · 2 years, 6 months ago
  13. 88026aa Address all API design review feedback. by Jiakai Zhang · 2 years, 6 months ago
  14. d9c115d Update app compilation APIs. by Jiakai Zhang · 2 years, 6 months ago
  15. c4bd63b Use @DurationMillisLong on dex2oat durations. by Jiakai Zhang · 2 years, 6 months ago
  16. 6d41cc0 ART Services: Implement cancellation. by Jiakai Zhang · 2 years, 6 months ago
  17. faf37cd ART services: Change artd to support cancellation. by Jiakai Zhang · 2 years, 6 months ago
  18. cc7d8b8 Prevent ArtServiceTests Mockito strictness from masking test error by Winson Chiu · 2 years, 6 months ago
  19. 7a82e5a Return dex2oat wall time and CPU time in results. by Jiakai Zhang · 2 years, 6 months ago
  20. cf3105a Change the OptimizeResult API to allow multiple packages. by Jiakai Zhang · 2 years, 6 months ago
  21. fb989d5 ART services: optimize package - Implement profile-guided compilation. by Jiakai Zhang · 2 years, 7 months ago
  22. 6d0f4b3 Remove Class.forName uses from reflection-based wrappers. by Jiakai Zhang · 2 years, 6 months ago
  23. ffa92dc Disallow PowerManager and AppHibernationManager to be missing. by Jiakai Zhang · 2 years, 7 months ago
  24. 9cb679b Expose `optimizePackage` and fix API lint errors. by Jiakai Zhang · 2 years, 7 months ago
  25. a2c11ab Update ArtManagerLocal constructor to take the context. by Jiakai Zhang · 2 years, 7 months ago
  26. 5935163 ART services: optimize package - Implement PrimaryDexOptimizer. by Jiakai Zhang · 2 years, 7 months ago
  27. 2bfef83 Fix test configurations under `libartservice/service`. by Roland Levillain · 2 years, 7 months ago
  28. 409f754 ART services: optimize package - Implement DexOptHelper. by Jiakai Zhang · 2 years, 7 months ago
  29. 5923109 Remove LoggingArtd. by Jiakai Zhang · 2 years, 7 months ago
  30. a87a179 ART services: optimize package - add APIs. by Jiakai Zhang · 2 years, 7 months ago
  31. 01d7a73 ART Services: Distinguish fatal and non-fatal errors. by Jiakai Zhang · 2 years, 8 months ago
  32. a11dc87 Expose ART Services APIs. by Jiakai Zhang · 2 years, 10 months ago
  33. ae3da67 Use real `PackageDataSnapshot`. by Jiakai Zhang · 2 years, 9 months ago
  34. 43716bb Update the build rule and APIs of service-art. by Jiakai Zhang · 2 years, 9 months ago
  35. f879401 Update ART Serivces APIs. by Jiakai Zhang · 2 years, 9 months ago
  36. 07158b7 artd: get optimization status. by Jiakai Zhang · 2 years, 10 months ago
  37. c916f35 ART services: get optimization status. by Jiakai Zhang · 2 years, 10 months ago
  38. e4aaa99 ART services: delete optimized artifacts. by Jiakai Zhang · 3 years ago
  39. 063bd54 Revert^2 "Add `libartserviced`." am: ccd94c68f1 am: 690bfff49e am: 635c6e262f am: 63a95aa9ab am: fcdf66df1c by Jiakai Zhang · 2 years, 10 months ago
  40. ccd94c6 Revert^2 "Add `libartserviced`." by Jiakai Zhang · 2 years, 10 months ago
  41. 9be9c7b Revert "Add `libartserviced`." am: 3a8956eedf am: eca78467b4 am: 7efe74309a am: 54fc11f716 am: 8cf5941d00 by Pihuei Wang · 2 years, 10 months ago
  42. 3a8956e Revert "Add `libartserviced`." by Pihuei Wang · 2 years, 10 months ago
  43. b237a24 Add `libartserviced`. am: ef6e091426 am: 8286008258 am: 28b72110b5 am: ddb8a738a5 am: a53d0b03c3 by Jiakai Zhang · 2 years, 10 months ago
  44. ef6e091 Add `libartserviced`. by Jiakai Zhang · 2 years, 10 months ago
  45. 8208e25 Fix Android.bp for libartservice and its tests. am: faae6a4e2c am: 3c5be2a2e5 am: 1a55eeeaae am: c045901e23 am: 6b83dce0ee by Jiakai Zhang · 2 years, 10 months ago
  46. faae6a4 Fix Android.bp for libartservice and its tests. by Jiakai Zhang · 2 years, 10 months ago
  47. 3ad31d5 Add a util class for constructing class loader context for primary dex. by Jiakai Zhang · 2 years, 11 months ago
  48. d159c28 Configure `libartservice` as a JNI lib. am: 8c267e4cf5 am: c990704c24 am: 73205bf7cd am: 4227f67209 am: fa34ced0db by Jiakai Zhang · 2 years, 10 months ago
  49. 8c267e4 Configure `libartservice` as a JNI lib. by Jiakai Zhang · 2 years, 10 months ago
  50. 66666e3 Update the file structure of ART Services. by Jiakai Zhang · 2 years, 10 months ago
  51. 98250c7 Update the file structure of ART Services. by Jiakai Zhang · 2 years, 10 months ago
  52. 440c2e0 Update the .bp file and annotations of ART services. by Jiakai Zhang · 3 years ago
  53. c3b3c10 Add an API to handle adb shell commands. by Jiakai Zhang · 3 years ago
  54. e81c1b5 Update the .bp file and annotations of ART services. by Jiakai Zhang · 3 years ago
  55. b46231e Update Art Service to be a LocalManager by Paul Duffin · 4 years, 1 month ago
  56. f1c982e Update Art Service to be a LocalManager by Paul Duffin · 4 years, 1 month ago
  57. bfd622a Initial commit of the test code for ART Service by Chris Wailes · 4 years, 2 months ago
  58. befdad4 Initial layout of ART Service files by Chris Wailes · 4 years, 2 months ago
  59. 216e3ac Initial commit of the test code for ART Service by Chris Wailes · 4 years, 2 months ago
  60. 2c5cb26 Initial layout of ART Service files by Chris Wailes · 4 years, 2 months ago