Log tx addr for IsoTpMessage exceptions

old-commit-hash: 29b9a07393
taco
Shane Smiskol 3 years ago
parent da2d4bebd1
commit a27814c513
  1. 2
      selfdrive/car/isotp_parallel_query.py

@ -109,7 +109,7 @@ class IsoTpParallelQuery:
try:
dat: Optional[bytes] = msg.recv()
except Exception:
cloudlog.exception("Error processing UDS response")
cloudlog.exception(f"Error processing UDS response: {tx_addr}")
request_done[tx_addr] = True
continue

Loading…
Cancel
Save