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: Bart Van Assche <bvanassche@google.com>
diff --git a/audio/aidl/vts/AudioHalBinderServiceUtil.h b/audio/aidl/vts/AudioHalBinderServiceUtil.h
index 1a19ae4..4ebc1b1 100644
--- a/audio/aidl/vts/AudioHalBinderServiceUtil.h
+++ b/audio/aidl/vts/AudioHalBinderServiceUtil.h
@@ -93,7 +93,7 @@
return false;
}
if (!deathHandler.waitForFired(timeoutMs)) {
- LOG(ERROR) << "Timeout wait for death";
+ LOG(ERROR) << "Timeout wait for death of " << mServiceName;
return false;
}
return true;