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

Commit 4dc2b1f7 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: 0fde7834

parents 6fcb2f8d 0fde7834
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -93,7 +93,7 @@ class AudioHalBinderServiceUtil {
            return false;
            return false;
        }
        }
        if (!deathHandler.waitForFired(timeoutMs)) {
        if (!deathHandler.waitForFired(timeoutMs)) {
            LOG(ERROR) << "Timeout wait for death";
            LOG(ERROR) << "Timeout wait for death of " << mServiceName;
            return false;
            return false;
        }
        }
        return true;
        return true;