summaryrefslogtreecommitdiff
path: root/libartservice
AgeCommit message (Expand)Author
2 daysClean up obsolete Pre-reboot staged file when a new update is ready.Jiakai Zhang
6 daysPersist whether the job has started in a system property.Jiakai Zhang
6 daysAdd a command to test Pre-reboot Dexopt.Jiakai Zhang
6 daysAdd a P/H flag to force disable Pre-reboot Dexopt.Jiakai Zhang
6 daysAdd system requirement check.Jiakai Zhang
7 daysLoad the new service-art.jar into the memory.Jiakai Zhang
7 daysSkip non-existing dex files.Jiakai Zhang
7 daysImplement telemetry for Pre-reboot Dexopt.Jiakai Zhang
7 daysSerialize mutations to the global state of Pre-reboot Dexopt.Jiakai Zhang
7 daysPin artd when commiting staged files.Jiakai Zhang
2024-05-16Support negative appId in Dexopter for Privacy Sandbox Sdk Libs.Anton Kulakov
2024-05-15Add license to BackgroundDexoptJobStatsReporter.java.Jiakai Zhang
2024-05-15Add a delay to the Pre-reboot Dexopt job.Jiakai Zhang
2024-05-14Always respect the compiler filter from "-m" of a shell command.Jiakai Zhang
2024-05-14Fix PreRebootDexoptJobTest.testCancel.Jiakai Zhang
2024-05-13Clean up source_build Soong config variables.Martin Stjernholm
2024-05-03Set the ART Service log tag to "ArtServicePreReboot" for Pre-Reboot.Jiakai Zhang
2024-05-03Update file GC for Pre-reboot Dexopt.Jiakai Zhang
2024-05-03Implement PreRebootDexoptJob.Jiakai Zhang
2024-05-02Implement commitPreRebootStagedFiles.Jiakai Zhang
2024-04-30Add test coverage for unsupported secondary ISA.Jiakai Zhang
2024-04-30Support native ABI set change when processing secondary dex use records.Jiakai Zhang
2024-04-30Implement Pre-reboot Dexopt (part 2).Jiakai Zhang
2024-04-29Support apps with unsupported ISA.Jiakai Zhang
2024-04-26Implement Pre-reboot Dexopt.Jiakai Zhang
2024-04-25Add explicit L literal for 0 long values when reporting BackgroundDexoptJobEn...Stefano Cianciulli
2024-04-23Refactor ArtFileManager.Jiakai Zhang
2024-04-23Set test ownerships for ART.Martin Stjernholm
2024-04-12Fix standalone tests to only link NDK and module exported librariesMartin Stjernholm
2024-04-05Change the default dexopt concurrency for all other reasons to 4.Jiakai Zhang
2024-04-03Support disabling embedded profile through a dm file.Jiakai Zhang
2024-04-02Add JNI equivalent methods in artd for Pre-reboot Dexopt use.Jiakai Zhang
2024-03-21Fix @RequiresApi annotations.Jiakai Zhang
2024-03-21Add comments and a missing @GuardedBy to static fields.Jiakai Zhang
2024-03-19Add a global injector to ART Service.Jiakai Zhang
2024-03-18Make the new service-art.jar closable in Pre-reboot Dexopt.Jiakai Zhang
2024-03-04Change the default background dexopt concurrency to 4.Jiakai Zhang
2024-02-29Don't set LD_LIBRARY_PATH to the ART module for any tests.Martin Stjernholm
2024-02-09Add an API for apex staged.Jiakai Zhang
2024-02-09Add PreRebootDexoptJob.Jiakai Zhang
2024-02-05Remove wakelock from DexOptHelper.Jiakai Zhang
2024-02-01Remove @AutoValue from ArtManagedFileStats.Jiakai Zhang
2024-01-23Add the current GC in the dumpsys outputStefano Cianciulli
2024-01-22Cache artd reference to avoid repetitive waitForService calls.Jiakai Zhang
2024-01-19Filter out dex files and profiles of other users when called by an app.Jiakai Zhang
2024-01-17Add a callback for overriding the compiler filter.Jiakai Zhang
2024-01-17Change `DexUseManager.getFilteredDetailedSecondaryDexInfo`.Jiakai Zhang
2024-01-10Replace all /data/app with /somewhere/app in ArtServiceTests.Jiakai Zhang
2024-01-10Throttle the creation of threads in Debouncer (again).Jiakai Zhang
2024-01-08Expose APIs to get ART managed file stats.Jiakai Zhang