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

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

Re-log stack/btm/btm_dev::btm_sec_alloc_dev

Towards loggable code

Bug: 163134718
Tag: #refactor
Test: gd/cert/run

Change-Id: I63bd3eb1a9fca3e2df3257bc4c3d899f1bb07380
parent 901ebf6e
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -216,8 +216,7 @@ tBTM_SEC_DEV_REC* btm_sec_alloc_dev(const RawAddress& bd_addr) {


  tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec();
  tBTM_SEC_DEV_REC* p_dev_rec = btm_sec_allocate_dev_rec();


  BTM_TRACE_EVENT("%s: allocated p_dev_rec=%p, bd_addr=%s", __func__, p_dev_rec,
  LOG_DEBUG("Allocated device record bd_addr:%s", PRIVATE_ADDRESS(bd_addr));
                  bd_addr.ToString().c_str());


  /* Check with the BT manager if details about remote device are known */
  /* Check with the BT manager if details about remote device are known */
  /* outgoing connection */
  /* outgoing connection */