Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)  DO NOT MERGE

See https://android-git.corp.google.com/g/156801

Bug: 5449033
Change-Id: I53a03ecbc37acbc7f175faef64f74423f491827a
diff --git a/lib/ExecutionEngine/MCCacheReader.cpp b/lib/ExecutionEngine/MCCacheReader.cpp
index e2f1cdb..cddd47b 100644
--- a/lib/ExecutionEngine/MCCacheReader.cpp
+++ b/lib/ExecutionEngine/MCCacheReader.cpp
@@ -154,7 +154,7 @@
 
   if (memcmp(mpHeader->version, OBCC_VERSION, 4) != 0) {
     mpHeader->version[4 - 1] = '\0'; // ensure c-style string terminated
-    LOGI("Cache file format version mismatch: now %s cached %s\n",
+    ALOGI("Cache file format version mismatch: now %s cached %s\n",
          OBCC_VERSION, mpHeader->version);
     return false;
   }