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

Commit 61be53f0 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge "Regression in LOG_DUMPSYS formatting" into main

parents 1153aece 3d62f5b2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1811,7 +1811,8 @@ void L2CA_Dumpsys(int fd) {
    while (ccb != nullptr) {
      LOG_DUMPSYS(
          fd, "  active channel lcid:0x%04x rcid:0x%04x is_ecoc:%s in_use:%s",
          ccb->local_cid, ccb->remote_cid, ccb->ecoc,
          ccb->local_cid, ccb->remote_cid,
          ccb->ecoc ? "true" : "false",
          ccb->in_use ? "true" : "false");
      ccb = ccb->p_next_ccb;
    }