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

Commit acb3507d authored by Chris Manton's avatar Chris Manton
Browse files

Log proper btif/src/btif_bqr::ConfigureBqr

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: act.py -tc BleCocTest
Test: ble paired 2 phones
Change-Id: I56d3b55cbf6eee6b55cfa66f718451dae3aee1db
parent a039df0b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -266,7 +266,8 @@ void ConfigureBqr(const BqrConfiguration& bqr_config) {
    return;
  }

  LOG(INFO) << __func__ << ": Action: " << bqr_config.report_action
  LOG(INFO) << __func__ << ": Action: "
            << loghex(static_cast<uint8_t>(bqr_config.report_action))
            << ", Mask: " << loghex(bqr_config.quality_event_mask)
            << ", Interval: " << bqr_config.minimum_report_interval_ms;