Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)  DO NOT MERGE

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

Bug: 5449033
Change-Id: Ic663376d1ad6a6cb14bf81405ad9afd247cf2f60
diff --git a/libdex/DexFile.cpp b/libdex/DexFile.cpp
index 4a2b47e..52bc500 100644
--- a/libdex/DexFile.cpp
+++ b/libdex/DexFile.cpp
@@ -516,7 +516,7 @@
 
     const u1* handlerData = dexGetCatchHandlerData(pCode);
 
-    //LOGD("+++ pCode=%p handlerData=%p last offset=%d",
+    //ALOGD("+++ pCode=%p handlerData=%p last offset=%d",
     //    pCode, handlerData, offset);
 
     /* return the size of the catch handler + everything before it */