diff options
Diffstat (limited to 'runtime/oat_file_assistant.cc')
-rw-r--r-- | runtime/oat_file_assistant.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant.cc b/runtime/oat_file_assistant.cc index 9f39e05fc1..1843cc8535 100644 --- a/runtime/oat_file_assistant.cc +++ b/runtime/oat_file_assistant.cc @@ -1328,7 +1328,7 @@ void OatFileAssistant::GetOptimizationStatus(std::string* out_odex_location, std::string* out_compilation_reason, std::string* out_odex_status) { OatFileInfo& oat_file_info = GetBestInfo(); - const OatFile* oat_file = GetBestInfo().GetFile(); + const OatFile* oat_file = oat_file_info.GetFile(); if (oat_file == nullptr) { std::string error_msg; |