OSDN Git Service

Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
[android-x86/dalvik.git] / dexopt / OptMain.cpp
index e0fdb6a..59b4d35 100644 (file)
@@ -241,7 +241,7 @@ static int processZipFile(int zipFd, int cacheFd, const char* zipName,
         bcpCopy[matchOffset] = '\0';
 
         bcp = bcpCopy;
-        LOGD("DexOptZ: truncated BOOTCLASSPATH to '%s'", bcp);
+        ALOGD("DexOptZ: truncated BOOTCLASSPATH to '%s'", bcp);
         isBootstrap = true;
     }
 
@@ -541,7 +541,7 @@ bail:
      */
 #if 0
     if (vmStarted) {
-        LOGI("DexOpt shutting down, result=%d", result);
+        ALOGI("DexOpt shutting down, result=%d", result);
         dvmShutdown();
     }
 #endif