Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)  DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Iec4192a0fbd58352a3a967095b2d51b5a715dc05
diff --git a/gpsinfo.c b/gpsinfo.c
index aab4474..d5ed264 100644
--- a/gpsinfo.c
+++ b/gpsinfo.c
@@ -60,7 +60,7 @@
 #undef SUPERDEBUG
 
 #ifdef SUPERDEBUG
-#define printf LOGE
+#define printf ALOGE
 #endif