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

Commit 9290b829 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

btm/iso: Improve logging

Add iso handle to log

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
Test: compile

Change-Id: I7755a32f9b2edcd02c9939e91a4790b5beee9638
parent b62e3ee5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -420,7 +420,8 @@ struct iso_impl {
    if (iso_credits_ == 0 || data_len > iso_buffer_size_) {
      LOG(WARNING) << __func__ << ", dropping ISO packet, len: "
                   << static_cast<int>(data_len)
                   << ", iso credits: " << static_cast<int>(iso_credits_);
                   << ", iso credits: " << static_cast<int>(iso_credits_)
                   << ", iso handle: " << loghex(iso_handle);
      return;
    }