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

Commit 1c7df9cf authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Merge "btsock_signaled: provide debugging info for crash" am: ce60db8e am: fae5f8ce

am: d055bb1e

Change-Id: Iab3c8c0731ce72aa997dbcf3cdd0c62db153e288
parents 9e0beaa0 d055bb1e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -237,7 +237,8 @@ static void btsock_signaled(int fd, int type, int flags, uint32_t user_id) {
      btsock_l2cap_signaled(fd, flags, user_id);
      break;
    default:
      CHECK(false && "Invalid socket type");
      LOG(FATAL) << "Invalid socket type! type=" << type << " fd=" << fd
                 << " flags=" << flags << " user_id=" << user_id;
      break;
  }
}