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