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

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

Bug: 5449033
Change-Id: I85b946663d5a0e7606140282bf758c27b8c6f68f
diff --git a/PanController.cpp b/PanController.cpp
index 253c943..c58aebb 100644
--- a/PanController.cpp
+++ b/PanController.cpp
@@ -93,11 +93,11 @@
         return 0;
     }
 
-    LOGD("Stopping PAN services");
+    ALOGD("Stopping PAN services");
     kill(mPid, SIGTERM);
     waitpid(mPid, NULL, 0);
     mPid = 0;
-    LOGD("PAN services stopped");
+    ALOGD("PAN services stopped");
     return 0;
 }