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

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

Bug: 5449033
Change-Id: Ia5d301248024df26c2a29dabdfe738e39ec87c82
diff --git a/JNIHelp.cpp b/JNIHelp.cpp
index a9a1167..d4e4ff3 100644
--- a/JNIHelp.cpp
+++ b/JNIHelp.cpp
@@ -213,7 +213,7 @@
 
         if (exception.get() != NULL) {
             char* text = getExceptionSummary(env, exception.get());
-            LOGW("Discarding pending exception (%s) to throw %s", text, className);
+            ALOGW("Discarding pending exception (%s) to throw %s", text, className);
             free(text);
         }
     }