diff options
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r-- | runtime/oat_file_assistant.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index bf230a7c61..01a9727326 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -296,6 +296,7 @@ int OatFileAssistant::GetDexOptNeeded(CompilerFilter::Filter target_compiler_fil bool downgrade) { OatFileInfo& info = GetBestInfo(); if (info.CheckDisableCompactDexExperiment()) { // TODO(b/256664509): Clean this up. + VLOG(oat) << "Should recompile: disable cdex experiment"; return kDex2OatFromScratch; } DexOptNeeded dexopt_needed = info.GetDexOptNeeded( |