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

Commit b8bcbe7b authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

gd_acl: Assert with handle value am: 0e23c8ce am: ad1f7555 am: e37a2c45

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1543730

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Idec03a0a08cd9600c1817ab6004f14112eca4299
parents 14cb0dc6 e37a2c45
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -119,7 +119,8 @@ class ShimAclConnection {

  virtual ~ShimAclConnection() {
    ASSERT_LOG(queue_.empty(), "Shim ACL queue still has outgoing packets");
    ASSERT_LOG(is_disconnected_, "Shim Acl was not properly disconnected");
    ASSERT_LOG(is_disconnected_,
               "Shim Acl was not properly disconnected handle:0x%04x", handle_);
  }

  void EnqueuePacket(std::unique_ptr<bluetooth::packet::RawBuilder> packet) {