Diff between be06afd877e34f071b2707cd93b22f12183c2c71 and f2782699e808f01fb9266fb950ff3d9a18734a22
Changed Files
| File | Additions | Deletions | Status |
| android/adapter.c | +2 | -0 | modified |
Full Patch
diff --git a/android/adapter.c b/android/adapter.c
index 0797aa0..6f2a061 100644
--- a/android/adapter.c
+++ b/android/adapter.c
@@ -1572,6 +1572,8 @@ void bt_adapter_handle_cmd(GIOChannel *io, uint8_t opcode, void *buf,
return;
error:
+ error("Error handling command 0x%02x status %u", opcode, status);
+
ipc_send_rsp(io, HAL_SERVICE_ID_BLUETOOTH, status);
}