summaryrefslogtreecommitdiff
path: root/artd
AgeCommit message (Expand)Author
40 hoursClean up obsolete Pre-reboot staged file when a new update is ready.Jiakai Zhang
6 daysFix temp profile deletion during Pre-reboot Dexopt.Jiakai Zhang
6 daysAdd system requirement check.Jiakai Zhang
7 daysImplement telemetry for Pre-reboot Dexopt.Jiakai Zhang
2024-05-15Fix bugprone-macro-parentheses clang-tidy issuesStefano Cianciulli
2024-05-15Fix android-cloexec-open clang-tidy issuesStefano Cianciulli
2024-05-15Fix performance-inefficient-vector-operation clang-tidy issuesStefano Cianciulli
2024-05-15Fix misc-unused-using-decls clang-tidy issuesStefano Cianciulli
2024-05-13Clean up source_build Soong config variables.Martin Stjernholm
2024-05-03Add process name suffix for Pre-reboot Dexopt chroot.Jiakai Zhang
2024-05-03Update file GC for Pre-reboot Dexopt.Jiakai Zhang
2024-05-02Remove the reference to a non-existent sysprop.Jiakai Zhang
2024-05-02Respect "dalvik.vm.dex2oat-flags".Jiakai Zhang
2024-05-02Implement commitPreRebootStagedFiles.Jiakai Zhang
2024-04-30Refactor NewFile::CommitAllOrAbandon.Jiakai Zhang
2024-04-26Implement Pre-reboot Dexopt.Jiakai Zhang
2024-04-23Implement preRebootInit in artd.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-02Add JNI equivalent methods in artd for Pre-reboot Dexopt use.Jiakai Zhang
2024-03-28Only run artd tests on U or above.Jiakai Zhang
2024-03-07Set the artd log tag to "artd_pre_reboot" for Pre-Reboot Dexopt.Jiakai Zhang
2024-03-07Move common code from artd to libarttools.Jiakai Zhang
2024-02-29Don't set LD_LIBRARY_PATH to the ART module for any tests.Martin Stjernholm
2024-02-13Reorder isa and dexPath to solve reorder-init-list warningSantiago Aboy Solanes
2024-02-06Add service dexopt_chroot_setup and artd_pre_reboot.Jiakai Zhang
2024-01-19Move files related to compiled code into oat/ directoryDmitrii Ishcheikin
2024-01-10Log an ignore non-fatal errors in deleteRuntimeArtifacts.Jiakai Zhang
2024-01-08Calculate ART managed file stats.Jiakai Zhang
2024-01-05Fix a class reference.Martin Stjernholm
2023-12-20Make use of the location enum returned by GetOptimization Status.Jiakai Zhang
2023-12-20Change GetOptimizationStatus to return an enum indicating the location.Jiakai Zhang
2023-12-14Update fmtlib to 10.1.1Henri Chataing
2023-11-29Add a new profman flag --force-merge-and-analyze.Jiakai Zhang
2023-11-14Update the conditions to ignore uninteresting fstab entries.Jiakai Zhang
2023-11-13Ignore swap areas during GetProcMountsEntriesForPath.Jiakai Zhang
2023-11-13Improve the error message for a bad embedded profile.Jiakai Zhang
2023-10-27Turn on "oat" verbose log for artd.Jiakai Zhang
2023-10-13Reopen the memfd with readonly to make SELinux happy.Jiakai Zhang
2023-10-12Add module metadata to `art_standalone_artd_tests`.Roland Levillain
2023-10-10Fix ConstantsAreInSync to compare strings not addressesFlorian Mayer
2023-10-10Add an artd method to copy the embedded profile from an apk file.Jiakai Zhang
2023-10-10Move dex path and CLC validation to JNI.Jiakai Zhang
2023-10-10Eliminate the remaining need for root access in artd_tests.Jiakai Zhang
2023-10-10Update the file GC to cleanup unused runtime images.Jiakai Zhang
2023-10-10Add an artd method to delete runtime image files.Jiakai Zhang
2023-10-10Report detailed bad profile error from artd.Jiakai Zhang
2023-10-10Validate dex paths and class loader contexts reported by apps.Jiakai Zhang
2023-10-10Report if a package has no code in the dexopt result.Jiakai Zhang
2023-10-10Use libfstab to determine whether to put artifacts in dalvik-cache.Jiakai Zhang