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

Commit a0be4fd8 authored by Pomai Ahlo's avatar Pomai Ahlo
Browse files

l2c_link.cc: Remove unnecessary log

There is one verbose log that floods logcat and has yet to be helpful in
debugging.  Remove this log.

Bug: 373721455
Test: m com.android.btservices
Flag: EXEMPT log only
Change-Id: I862cbfd2bc51deab34a1b6d5dfa3e5c6bc24a8ef
parent 932e0e67
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1241,9 +1241,6 @@ tL2C_CCB* l2cu_get_next_channel_in_rr(tL2C_LCB* p_lcb) {
        return NULL;
      }

      log::verbose("RR scan pri={}, lcid=0x{:04x}, q_cout={}", p_ccb->ccb_priority,
                   p_ccb->local_cid, fixed_queue_length(p_ccb->xmit_hold_q));

      /* store the next serving channel */
      /* this channel is the last channel of its priority group */
      if ((p_ccb->p_next_ccb == NULL) || (p_ccb->p_next_ccb->ccb_priority != p_ccb->ccb_priority)) {