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

Commit 0fde7834 authored by Bart Van Assche's avatar Bart Van Assche
Browse files

audio: AudioHalBinderServiceUtil: Make a log message more informative



If a timeout happens, report the name of the service for which the
timeout happens.

Change-Id: Iad0076071f06f0ca5e53e07b1ef97e25e7bae887
Signed-off-by: default avatarBart Van Assche <bvanassche@google.com>
parent 17b32012
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;