android13/art/odrefresh
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
include initial 2024-06-22 20:45:49 +08:00
schema initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
CacheInfo.xsd initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
TODO.md initial 2024-06-22 20:45:49 +08:00
odr_artifacts.h initial 2024-06-22 20:45:49 +08:00
odr_artifacts_test.cc initial 2024-06-22 20:45:49 +08:00
odr_common.cc initial 2024-06-22 20:45:49 +08:00
odr_common.h initial 2024-06-22 20:45:49 +08:00
odr_common_test.cc initial 2024-06-22 20:45:49 +08:00
odr_compilation_log.cc initial 2024-06-22 20:45:49 +08:00
odr_compilation_log.h initial 2024-06-22 20:45:49 +08:00
odr_compilation_log_test.cc initial 2024-06-22 20:45:49 +08:00
odr_config.h initial 2024-06-22 20:45:49 +08:00
odr_fs_utils.cc initial 2024-06-22 20:45:49 +08:00
odr_fs_utils.h initial 2024-06-22 20:45:49 +08:00
odr_fs_utils_test.cc initial 2024-06-22 20:45:49 +08:00
odr_metrics.cc initial 2024-06-22 20:45:49 +08:00
odr_metrics.h initial 2024-06-22 20:45:49 +08:00
odr_metrics_record.cc initial 2024-06-22 20:45:49 +08:00
odr_metrics_record.h initial 2024-06-22 20:45:49 +08:00
odr_metrics_record_test.cc initial 2024-06-22 20:45:49 +08:00
odr_metrics_test.cc initial 2024-06-22 20:45:49 +08:00
odr_statslog_android.cc initial 2024-06-22 20:45:49 +08:00
odr_statslog_host.cc initial 2024-06-22 20:45:49 +08:00
odrefresh.cc initial 2024-06-22 20:45:49 +08:00
odrefresh.h initial 2024-06-22 20:45:49 +08:00
odrefresh_broken.cc initial 2024-06-22 20:45:49 +08:00
odrefresh_main.cc initial 2024-06-22 20:45:49 +08:00
odrefresh_test.cc initial 2024-06-22 20:45:49 +08:00

README.md

On-Device Refresh (odrefresh)

This tool is part of the ART APEX and is used to refresh compilation artifacts following an ART APEX update. It provides two key features:

  • checking the freshness of compilation artifacts for boot class path extensions and system_server.
  • regenerating the compilation artifacts for boot class path extensions and system_server.