commit | 15410861bf718a638460b12c29efaeeeafa6888f | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Thu Jun 17 17:08:24 2021 +0200 |
committer | Jakub Pawlowski <jpawlowski@google.com> | Thu Jun 17 16:34:31 2021 +0000 |
tree | 5185166b666174e5cf4a73ba109680ae8aca80d7 | |
parent | 75683b35ddd6997a84faada7861750844d4d5c66 [diff] |
Bluetooth Audio: Remove WARN log spam in IsSessionReady Bug: 150670922 Tag: #feature Test: vts-tradefed run vts -m VtsHalBluetoothAudioV2_1TargetTest Change-Id: Ib3ee17bcdd91e437dd8333c05d31013cb8ac6c9d
diff --git a/bluetooth/audio/utils/session/BluetoothAudioSession_2_1.cpp b/bluetooth/audio/utils/session/BluetoothAudioSession_2_1.cpp index 77f7c3b..c250ef1 100644 --- a/bluetooth/audio/utils/session/BluetoothAudioSession_2_1.cpp +++ b/bluetooth/audio/utils/session/BluetoothAudioSession_2_1.cpp
@@ -61,8 +61,6 @@ } 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();