summaryrefslogtreecommitdiff
path: root/libartservice
AgeCommit message (Expand)Author
2025-03-21Delete SDM files on "pm delete-dexopt" and "pm compile --reset". am: d6e56a41da Jiakai Zhang
2025-03-21Delete SDM and SDC files on a successful dexopt. am: 9126e6fb21 Jiakai Zhang
2025-03-21Update the file GC to clean up SDM files. am: 751ffe4a74 Jiakai Zhang
2025-03-21Count SDM files into TYPE_DEXOPT_ARTIFACT in ART-managed file stats. am: 0f7d... Jiakai Zhang
2025-03-21Delete SDM files on "pm delete-dexopt" and "pm compile --reset". Jiakai Zhang
2025-03-21Delete SDM and SDC files on a successful dexopt. Jiakai Zhang
2025-03-21Update the file GC to clean up SDM files. Jiakai Zhang
2025-03-21Count SDM files into TYPE_DEXOPT_ARTIFACT in ART-managed file stats. Jiakai Zhang
2025-03-21Omit file existence check on notifyDexContainersLoaded. Jiakai Zhang
2025-03-21Update input vdex selection logic for SDM. am: dcc5709295 Jiakai Zhang
2025-03-21Create SDC files on dexopt. am: 4383f83896 Jiakai Zhang
2025-03-21Update input vdex selection logic for SDM. Jiakai Zhang
2025-03-21Create SDC files on dexopt. Jiakai Zhang
2025-03-20Move more path logic for tests to testing.cc, so it can be used without am: 6... Martin Stjernholm
2025-03-20Move more path logic for tests to testing.cc, so it can be used without Martin Stjernholm
2025-03-11Remove SDM status from dump. am: a6a75dba00 am: 292b4ac2ec Jiakai Zhang
2025-03-11Remove SDM status from dump. Jiakai Zhang
2025-03-11Fix SELinux denial on GMS Core's symlinks to secondary dex files. Jiakai Zhang
2025-03-03Ensure the dex use database cannot grow unboundedly. Jiakai Zhang
2025-02-20Report atoms to StatsD also when DexOpt is skipped Stefano Cianciulli
2025-02-19Avoid mocking the Process class in DexUseManagerTest. Jiakai Zhang
2025-02-18Implement Async Pre-reboot Dexopt using update_engine API. Jiakai Zhang
2025-02-18Support SDM files for multiple ISAs. Jiakai Zhang
2025-02-14Clarify the exact behavior of "pm compile --reset". Jiakai Zhang
2025-02-11DexMetadataHelper: Fix logging for missing config.pb file Stefano Cianciulli
2025-01-30Add ArtShellCommandTest and cover pre-reboot dexopt commands. Jiakai Zhang
2025-01-29Move stats reporting from PreRebootDriver to PreRebootDexoptJob. Jiakai Zhang
2025-01-17Use Java 17 `toList` method. Jiakai Zhang
2025-01-17Flush profiles upon `pm dump-profiles`. Jiakai Zhang
2024-12-09Hide SDM status if not found. Jiakai Zhang
2024-12-09Mock calls to Binder in DexUseManagerLocalTest Jiakai Zhang
2024-11-27Add a dump option to dump SDM status. Jiakai Zhang
2024-11-26Add APIs for ART managed install files. Jiakai Zhang
2024-11-18Don't reuse the old snapshot after a long running bg dexopt to do the Martin Stjernholm
2024-11-11Add a comment to explain the API considerations for the pre-reboot Martin Stjernholm
2024-11-11Consolidate the use of some constants. Jiakai Zhang
2024-11-06Allow Pre-reboot Dexopt to be configured by BatchDexoptStartCallback. Jiakai Zhang
2024-11-06Ignore `setSplitName` in `BatchDexoptStartCallback`. Jiakai Zhang
2024-10-31Update ART Service README.md Jiakai Zhang
2024-10-01Skip dexopt if storage is low during Pre-reboot Dexopt. Jiakai Zhang
2024-10-01Add some logging to help debug pre-reboot dexopt. Martin Stjernholm
2024-09-20Offload `PreRebootDexoptJob.onUpdateReady` to a separate thread. Jiakai Zhang
2024-09-20Report dex2oat metrics to StatsD when dexopting Stefano Cianciulli
2024-09-10Clean up UnflaggedApi. Jiakai Zhang
2024-09-06Don't filter default package list for first boot dexopt Rashid Zaman
2024-08-23Add a fallback to bind-mount external libs elsewhere during Pre-reboot. Jiakai Zhang
2024-08-22Optimize DexUseManagerLocal.findOwningPackage - Step 2. Jiakai Zhang
2024-08-20Revert^2 "Remove ART Service tests from chroot tests." Jiakai Zhang
2024-07-29Clean up the mounts for Pre-reboot Dexopt on system_server restart. Jiakai Zhang
2024-07-23Optimize DexUseManagerLocal.findOwningPackage - Step 1. Jiakai Zhang