diff options
| -rw-r--r-- | runtime/oat_file_manager.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/oat_file_manager.cc b/runtime/oat_file_manager.cc index d7d2b5c546..3eeccd29b0 100644 --- a/runtime/oat_file_manager.cc +++ b/runtime/oat_file_manager.cc @@ -515,6 +515,8 @@ bool OatFileManager::HasCollisions(const OatFile* oat_file, return false; } + ScopedTrace st("Collision check"); + // Add dex files from the oat file to check. AddDexFilesFromOat(oat_file, /*already_loaded*/false, &queue); |