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

Commit 7dd59d93 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Automerger Merge Worker
Browse files

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

Bluetooth Audio: Remove WARN log spam in IsSessionReady am: 15410861 am: b45def32 am: 4ab33be0

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

Change-Id: I3bbddd40507ca6bf3d666e98d9d44b44765a0602
parents f98ecce5 4ab33be0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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();