index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
artd
Age
Commit message (
Expand
)
Author
2023-10-10
Fix ConstantsAreInSync to compare strings not addresses
Florian Mayer
2023-10-10
Add an artd method to copy the embedded profile from an apk file.
Jiakai Zhang
2023-10-10
Move dex path and CLC validation to JNI.
Jiakai Zhang
2023-10-10
Eliminate the remaining need for root access in artd_tests.
Jiakai Zhang
2023-10-10
Update the file GC to cleanup unused runtime images.
Jiakai Zhang
2023-10-10
Add an artd method to delete runtime image files.
Jiakai Zhang
2023-10-10
Report detailed bad profile error from artd.
Jiakai Zhang
2023-10-10
Validate dex paths and class loader contexts reported by apps.
Jiakai Zhang
2023-10-10
Report if a package has no code in the dexopt result.
Jiakai Zhang
2023-10-10
Use libfstab to determine whether to put artifacts in dalvik-cache.
Jiakai Zhang
2023-10-10
Remove RootTargetPreparer from art_standalone_artd_tests.
Jiakai Zhang
2023-06-02
Fix code for clang-tidy warnings
Yabin Cui
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART am: 78f3c72e89 am: f0e5142960 a...
Stefano Cianciulli
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2023-05-16
Propagate useartservice setting from experiment flag to global flag.
Martin Stjernholm
2023-05-08
Revert "Remove the codegen property" am: 429b584f59 am: 2d0378b4d7 am: b77f42...
Android Culprit Assistant
2023-05-08
Remove the codegen property am: 32645f219c am: 7c9335c377 am: 20666b6028
Cole Faust
2023-05-08
Revert "Remove the codegen property"
Android Culprit Assistant
2023-05-08
Remove the codegen property
Cole Faust
2023-05-04
Replace uses of _format with a macro.
Krzysztof KosiĆski
2023-04-28
Don't log error when deleting a file that doesn't exist.
Jiakai Zhang
2023-04-25
Propagate useartservice setting from experiment flag to global flag.
Martin Stjernholm
2023-04-05
Add more logging to improve debuggability.
Jiakai Zhang
2023-03-29
Fix dumpsys NullPointerException.
Jiakai Zhang
2023-03-15
Allow all types of files to be passed as dex files.
Jiakai Zhang
2023-03-06
Change isIncrementalFsPath to return false on host.
Jiakai Zhang
2023-03-01
Support dexopt for incremental apps in ART Service.
Jiakai Zhang
2023-02-24
Pass ART module version and app version to dex2oat.
Jiakai Zhang
2023-02-21
Add "libc++fs" as whole_static_libs of "libarttools".
Jiakai Zhang
2023-02-21
Don't log error when deleting a profile that doesn't exist.
Jiakai Zhang
2023-02-20
Add "libc++fs" as whole_static_libs of "libarttools".
Jiakai Zhang
2023-02-13
Implement ART Serivces GC that cleans up obsolete files.
Jiakai Zhang
2023-02-10
Add a function to list all files managed by ART Service.
Jiakai Zhang
2023-02-02
Run dex2oat if the APK is compressed.
Jiakai Zhang
2023-01-24
Fix performance-inefficient-vector-operation clang-tidy issues
Stefano Cianciulli
2023-01-18
Restorecon in two phases when creating files and dirs for artifacts.
Jiakai Zhang
2023-01-13
Consistently use the term "dexopt".
Jiakai Zhang
2023-01-06
Fix the logic of doing restorecon (again).
Jiakai Zhang
2023-01-06
Prevent subprocesses from accessing FDs opened in other threads.
Jiakai Zhang
2023-01-03
Restorecon artifact dirs and files correctly.
Jiakai Zhang
2022-12-22
Implement shell command "dump-profiles".
Jiakai Zhang
2022-12-09
Use task profile "Dex2OatBackground" for PriorityClass::BACKGROUND.
Jiakai Zhang
2022-11-24
Validate output artifacts' file permission.
Jiakai Zhang
2022-11-23
Fix dex2oat return code logged by artd.
Jiakai Zhang
2022-11-23
Pass boot image flags based on system properties when invoking dex2oat.
Jiakai Zhang
2022-11-23
Support snapshotting profiles.
Jiakai Zhang
2022-11-16
Make cache in artd thread-safe.
Jiakai Zhang
2022-11-16
Respect "dalvik.vm.appimageformat".
Jiakai Zhang
2022-11-16
Add the size of optimized artifacts to OptimizeResult.
Jiakai Zhang
2022-11-11
Always pass --dm-fd to dex2oat and change reason to "install-dm".
Jiakai Zhang
[next]