mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 16:26:14 +08:00
IsoTpParallelQuery: log response pending (#27881)
we really should log this
old-commit-hash: 02798513af
This commit is contained in:
@@ -134,8 +134,7 @@ class IsoTpParallelQuery:
|
||||
error_code = dat[2] if len(dat) > 2 else -1
|
||||
if error_code == 0x78:
|
||||
response_timeouts[tx_addr] = time.monotonic() + self.response_pending_timeout
|
||||
if self.debug:
|
||||
cloudlog.warning(f"iso-tp query response pending: {tx_addr}")
|
||||
cloudlog.error(f"iso-tp query response pending: {tx_addr}")
|
||||
else:
|
||||
response_timeouts[tx_addr] = 0
|
||||
request_done[tx_addr] = True
|
||||
|
||||
Reference in New Issue
Block a user