Merge Android 13 QPR1

Bug: 261731544
Merged-In: Ie8c226d9e7d1d0dc481d026ccd454a1db46fb915
Change-Id: I326d8bd30669cbdbc275c56301dfe74cf3800ae5
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;
   }