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

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

Bug: 5449033
Change-Id: I17166d9fb435c85c5fd9d5fba1a39d2661c61e10
diff --git a/libvideoeditor/lvpp/PreviewPlayerBase.cpp b/libvideoeditor/lvpp/PreviewPlayerBase.cpp
index 62d7c1a..c234d8f 100644
--- a/libvideoeditor/lvpp/PreviewPlayerBase.cpp
+++ b/libvideoeditor/lvpp/PreviewPlayerBase.cpp
@@ -846,9 +846,9 @@
         cropRight = vWidth - 1;
         cropBottom = vHeight - 1;
 
-        LOGD("got dimensions only %d x %d", vWidth, vHeight);
+        ALOGD("got dimensions only %d x %d", vWidth, vHeight);
     } else {
-        LOGD("got crop rect %d, %d, %d, %d",
+        ALOGD("got crop rect %d, %d, %d, %d",
              cropLeft, cropTop, cropRight, cropBottom);
     }