mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-09 19:39:00 +08:00
Log tx addr for IsoTpMessage exceptions
old-commit-hash: 29b9a07393bffc6d7915245958e38b9219304aa7
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user