Snap for 8677352 from d471b704ed66438a87197cc1f15b10033dfa0c7b to tm-qpr1-release

Change-Id: Ib0e5f93a92d57026d4495bfd5dcb5a4f0f55e80c
diff --git a/composer/hwc_session.cpp b/composer/hwc_session.cpp
index ce6ec68..69a74a6 100644
--- a/composer/hwc_session.cpp
+++ b/composer/hwc_session.cpp
@@ -100,7 +100,7 @@
   if (!status) {
     std::unique_lock<std::mutex> caller_lock(hwc_uevent->mutex_);
     hwc_uevent->caller_cv_.notify_one();
-    DLOGE("Failed to init uevent with err %d", status);
+    ALOGE("Failed to init uevent with err %d", status);
     return;
   }