Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)  DO NOT MERGE

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

Bug: 5449033
Change-Id: I7a353a7ae185655e16b6d87a6a13b6ed359a89c9
diff --git a/installer.c b/installer.c
index 54bf72f..9d77eca 100644
--- a/installer.c
+++ b/installer.c
@@ -344,7 +344,7 @@
         case INSTALL_IMAGE_EXT3:
             /* makes the error checking in the imager function easier */
             if (flags & INSTALL_FLAG_ADDJOURNAL) {
-                LOGW("addjournal flag is meaningless for ext3 images");
+                ALOGW("addjournal flag is meaningless for ext3 images");
                 flags &= ~INSTALL_FLAG_ADDJOURNAL;
             }
             /* ...fall through... */