Merge "Use tron for logging hidden API accesses." into pi-dev
diff --git a/dexoptanalyzer/dexoptanalyzer.cc b/dexoptanalyzer/dexoptanalyzer.cc
index febccf1..871cd08 100644
--- a/dexoptanalyzer/dexoptanalyzer.cc
+++ b/dexoptanalyzer/dexoptanalyzer.cc
@@ -247,11 +247,6 @@
   }
 
   int GetDexOptNeeded() {
-    // If the file does not exist there's nothing to do.
-    // This is a fast path to avoid creating the runtime (b/34385298).
-    if (!OS::FileExists(dex_file_.c_str())) {
-      return kNoDexOptNeeded;
-    }
     if (!CreateRuntime()) {
       return kErrorCannotCreateRuntime;
     }