summaryrefslogtreecommitdiff
path: root/artd
AgeCommit message (Expand)Author
2023-10-10Fix ConstantsAreInSync to compare strings not addresses Florian 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
2023-10-10Remove RootTargetPreparer from art_standalone_artd_tests. Jiakai Zhang
2023-06-02Fix code for clang-tidy warnings Yabin Cui
2023-05-22Use C++17's [[maybe_unused]] attribute in ART am: 78f3c72e89 am: f0e5142960 a... Stefano Cianciulli
2023-05-22Use C++17's [[maybe_unused]] attribute in ART Stefano Cianciulli
2023-05-16Propagate useartservice setting from experiment flag to global flag. Martin Stjernholm
2023-05-08Revert "Remove the codegen property" am: 429b584f59 am: 2d0378b4d7 am: b77f42... Android Culprit Assistant
2023-05-08Remove the codegen property am: 32645f219c am: 7c9335c377 am: 20666b6028 Cole Faust
2023-05-08Revert "Remove the codegen property" Android Culprit Assistant
2023-05-08Remove the codegen property Cole Faust
2023-05-04Replace uses of _format with a macro. Krzysztof KosiƄski
2023-04-28Don't log error when deleting a file that doesn't exist. Jiakai Zhang
2023-04-25Propagate useartservice setting from experiment flag to global flag. Martin Stjernholm
2023-04-05Add more logging to improve debuggability. Jiakai Zhang
2023-03-29Fix dumpsys NullPointerException. Jiakai Zhang
2023-03-15Allow all types of files to be passed as dex files. Jiakai Zhang
2023-03-06Change isIncrementalFsPath to return false on host. Jiakai Zhang
2023-03-01Support dexopt for incremental apps in ART Service. Jiakai Zhang
2023-02-24Pass ART module version and app version to dex2oat. Jiakai Zhang
2023-02-21Add "libc++fs" as whole_static_libs of "libarttools". Jiakai Zhang
2023-02-21Don't log error when deleting a profile that doesn't exist. Jiakai Zhang
2023-02-20Add "libc++fs" as whole_static_libs of "libarttools". Jiakai Zhang
2023-02-13Implement ART Serivces GC that cleans up obsolete files. Jiakai Zhang
2023-02-10Add a function to list all files managed by ART Service. Jiakai Zhang
2023-02-02Run dex2oat if the APK is compressed. Jiakai Zhang
2023-01-24Fix performance-inefficient-vector-operation clang-tidy issues Stefano Cianciulli
2023-01-18Restorecon in two phases when creating files and dirs for artifacts. Jiakai Zhang
2023-01-13Consistently use the term "dexopt". Jiakai Zhang
2023-01-06Fix the logic of doing restorecon (again). Jiakai Zhang
2023-01-06Prevent subprocesses from accessing FDs opened in other threads. Jiakai Zhang
2023-01-03Restorecon artifact dirs and files correctly. Jiakai Zhang
2022-12-22Implement shell command "dump-profiles". Jiakai Zhang
2022-12-09Use task profile "Dex2OatBackground" for PriorityClass::BACKGROUND. Jiakai Zhang
2022-11-24Validate output artifacts' file permission. Jiakai Zhang
2022-11-23Fix dex2oat return code logged by artd. Jiakai Zhang
2022-11-23Pass boot image flags based on system properties when invoking dex2oat. Jiakai Zhang
2022-11-23Support snapshotting profiles. Jiakai Zhang
2022-11-16Make cache in artd thread-safe. Jiakai Zhang
2022-11-16Respect "dalvik.vm.appimageformat". Jiakai Zhang
2022-11-16Add the size of optimized artifacts to OptimizeResult. Jiakai Zhang
2022-11-11Always pass --dm-fd to dex2oat and change reason to "install-dm". Jiakai Zhang