fingerprinting: always log CAN fingerprint (#29192)

* always log CAN fingerprint

* called finger
pull/29194/head
Shane Smiskol 2 years ago committed by GitHub
parent 940954c13e
commit c8050cf6b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/car/car_helpers.py

@ -177,7 +177,8 @@ def fingerprint(logcan, sendcan, num_pandas):
source = car.CarParams.FingerprintSource.fixed
cloudlog.event("fingerprinted", car_fingerprint=car_fingerprint, source=source, fuzzy=not exact_match, cached=cached,
fw_count=len(car_fw), ecu_responses=list(ecu_rx_addrs), vin_rx_addr=vin_rx_addr, error=True)
fw_count=len(car_fw), ecu_responses=list(ecu_rx_addrs), vin_rx_addr=vin_rx_addr, fingerprints=finger,
error=True)
return car_fingerprint, finger, vin, car_fw, source, exact_match

Loading…
Cancel
Save