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

Commit 72421b3f authored by Chris Manton's avatar Chris Manton
Browse files

Reduce excessive logging bta_av_better_stream_state_machine

Bug: 259118978
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I3bd30214eee58cc6c632fb61c91a8c84a2509749
parent 80150f5d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ static void bta_av_better_stream_state_machine(tBTA_AV_SCB* p_scb,
             bta_av_sst_code(p_scb->state));

  } else {
    LOG_DEBUG("peer %s p_scb=%#x(%p) AV event=0x%x(%s) state=%d(%s)",
    LOG_VERBOSE("peer %s p_scb=%#x(%p) AV event=0x%x(%s) state=%d(%s)",
                ADDRESS_TO_LOGGABLE_CSTR(p_scb->PeerAddress()), p_scb->hndl,
                p_scb, event, bta_av_evt_code(event), p_scb->state,
                bta_av_sst_code(p_scb->state));