add fw version count to fingerprint cloudlog

old-commit-hash: 7546608eb013a9d3b500e6e636944f162e58b21f
This commit is contained in:
Adeeb Shihadeh
2021-07-13 14:00:02 -07:00
parent 319a000fe5
commit 4ff5ec2305
+2 -1
View File
@@ -170,7 +170,8 @@ def fingerprint(logcan, sendcan):
car_fingerprint = fixed_fingerprint
source = car.CarParams.FingerprintSource.fixed
cloudlog.event("fingerprinted", car_fingerprint=car_fingerprint, source=source, fuzzy=not exact_match)
cloudlog.event("fingerprinted", car_fingerprint=car_fingerprint,
source=source, fuzzy=not exact_match, fw_count=len(car_fw))
return car_fingerprint, finger, vin, car_fw, source, exact_match