Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3580aa8a authored by Bart Van Assche's avatar Bart Van Assche Committed by Automerger Merge Worker
Browse files

audio: AudioHalBinderServiceUtil: Make a log message more informative am:...

audio: AudioHalBinderServiceUtil: Make a log message more informative am: 0fde7834 am: 4dc2b1f7 am: 1467bcf4

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2819044



Change-Id: I1ac4962364c89eb46f776eb6a6ec9d80bfb3683f
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 04ca8423 1467bcf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ class AudioHalBinderServiceUtil {
            return false;
        }
        if (!deathHandler.waitForFired(timeoutMs)) {
            LOG(ERROR) << "Timeout wait for death";
            LOG(ERROR) << "Timeout wait for death of " << mServiceName;
            return false;
        }
        return true;