summaryrefslogtreecommitdiff
path: root/odrefresh
AgeCommit message (Expand)Author
2024-04-23Set test ownerships for ART.Martin Stjernholm
2024-04-15CompilationResult: remove private default ctorRyan Prichard
2024-04-12Fix standalone tests to only link NDK and module exported librariesMartin Stjernholm
2024-03-25Add and use FdFile::Rename on Android V+Richard Neill
2024-03-22Avoid inlining OnDeviceRefresh::WriteCacheInfoRyan Prichard
2024-03-15Update odrefresh for Pre-reboot Dexopt.Jiakai Zhang
2024-03-15Ignore "--staging-dir" passed to odrefresh.Jiakai Zhang
2024-02-29Don't set LD_LIBRARY_PATH to the ART module for any tests.Martin Stjernholm
2024-02-28Move the creation of the staging directory to odrefresh.Jiakai Zhang
2024-02-05Report ArtDeviceStatus as a pulled atomStefano Cianciulli
2024-01-22Force the use of the CMC (UFFD) GC by default on Android U and earlier.Roland Levillain
2023-12-20Remove the disable_cdex P/H flag.Martin Stjernholm
2023-12-14Update fmtlib to 10.1.1Henri Chataing
2023-12-07Enable `userfaultfd`-based CMC GC by default on Android S and above.Roland Levillain
2023-11-10Add a system property to disable odrefresh.Jiakai Zhang
2023-10-27Keep the UFFD GC (aka CMC) disabled on S but enable it by default on T.Martin Stjernholm
2023-10-18Enable UFFD (aka CMC) GC by default on S and later.Martin Stjernholm
2023-10-18Use a dedicated test property for odrefresh E2E tests.Martin Stjernholm
2023-10-07Fix I/O error handling in odrefresh.Jiakai Zhang
2023-09-21Enable UFFD GC by default for Android U and above. am: ccc70db339Jiakai Zhang
2023-09-21Add a phenotype flag to force disable CMC GC. am: 8222aa2d2dJiakai Zhang
2023-09-21Enable UFFD GC by default for Android U and above.Jiakai Zhang
2023-09-21Add a phenotype flag to force disable CMC GC.Jiakai Zhang
2023-08-25Merge Android U (ab/10368041)Xin Li
2023-08-04Fix the issue of repeated generation of boot imageguozhgiang
2023-07-21Fix odrefresh's queries on system properties.Jiakai Zhang
2023-07-20Pass the missing flags from odrefresh to dex2oat.Jiakai Zhang
2023-07-20Use libarttools to simplify odrefresh code.Jiakai Zhang
2023-07-19Replace the tristate UFFD GC P/H flag with a boolean one.Jiakai Zhang
2023-07-11Fix performance-inefficient-string-concatenation clang-tidy issuesStefano Cianciulli
2023-07-05Revert "Use default logger in CompOS mode"Alan Stokes
2023-07-04Revert^2 "Reduce multidex checksum to single scalar value."David Srbecky
2023-07-03Revert "Reduce multidex checksum to single scalar value."David Srbecky
2023-07-03Reduce multidex checksum to single scalar value.David Srbecky
2023-06-19Reland "Static link gtests with ART libraries" am: 454a6940e7 am: 47b5db52e5 ...Dmitrii Ishcheikin
2023-06-19Reland "Static link gtests with ART libraries"Dmitrii Ishcheikin
2023-06-12Revert "Static link gtests with ART libraries" am: b89b62d8ca am: 7bd23666b3 ...Dmitrii Ishcheikin
2023-06-12Revert "Static link gtests with ART libraries"Dmitrii Ishcheikin
2023-06-12Static link gtests with ART libraries am: 66244e2af2 am: 44410660e8 am: d9334...Dmitrii Ishcheikin
2023-06-12Static link gtests with ART librariesDmitrii Ishcheikin
2023-06-09Pass the cache-info fd from odrefresh to dex2oat. am: d609d0762b am: 080fee6f...Jiakai Zhang
2023-06-09Pass the cache-info fd from odrefresh to dex2oat.Jiakai Zhang
2023-06-06Don't cleanup artifacts if compilation is skipped. am: 0cc89b6f8f am: 1e01efd...Jiakai Zhang
2023-06-06Add regression test for CVE-2021-39689 (b/206090748). am: f7aef20a02 am: 9cf1...Jiakai Zhang
2023-06-06Don't cleanup artifacts if compilation is skipped.Jiakai Zhang
2023-06-06Add regression test for CVE-2021-39689 (b/206090748).Jiakai Zhang
2023-05-26Print some log when odrefresh fail am: d0aab454bf am: a7bfb28869 am: ee09d2c99aVictor Hsieh
2023-05-25Print some log when odrefresh failVictor Hsieh
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 ARTStefano Cianciulli