Bluetooth Audio: Remove WARN log spam in IsSessionReady am: 15410861bf

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

Change-Id: I22d176b6bb270fb73ea0e511d8a804e3b2afea0b
This commit is contained in:
Jakub Pawlowski
2021-06-17 16:36:47 +00:00
committed by Automerger Merge Worker

View File

@@ -61,8 +61,6 @@ BluetoothAudioSession_2_1::BluetoothAudioSession_2_1(
}
bool BluetoothAudioSession_2_1::IsSessionReady() {
LOG(WARNING) << __func__ << " session_type: " << toString(session_type_2_1_);
if (session_type_2_1_ !=
SessionType_2_1::LE_AUDIO_HARDWARE_OFFLOAD_ENCODING_DATAPATH) {
return audio_session->IsSessionReady();