commit | 4080ab23d036a1d4c4db09b74aa592ce293d009d | [log] [tgz] |
---|---|---|
author | Enrico Granata <egranata@google.com> | Fri Jul 07 20:33:39 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jul 07 20:33:39 2017 +0000 |
tree | 73a539d929a35920e91e15b7172357d7c9de3863 | |
parent | 5a7ab16c4e08f125f6ef4e74e8d97111655d4487 [diff] | |
parent | 7d8dad40133100520168765ea8e7dc5117fd38d9 [diff] |
Merge "The VehiclePropValue response for OBD2_FREEZE_FRAME_INFO didn't have the property ID set correctly"
diff --git a/automotive/vehicle/2.1/default/impl/vhal_v2_1/EmulatedVehicleHal.cpp b/automotive/vehicle/2.1/default/impl/vhal_v2_1/EmulatedVehicleHal.cpp index 46e062b..4faccbd 100644 --- a/automotive/vehicle/2.1/default/impl/vhal_v2_1/EmulatedVehicleHal.cpp +++ b/automotive/vehicle/2.1/default/impl/vhal_v2_1/EmulatedVehicleHal.cpp
@@ -189,6 +189,7 @@ timestamps.push_back(freezeFrame.timestamp); } outValue->value.int64Values = timestamps; + outValue->prop = OBD2_FREEZE_FRAME_INFO; return V2_0::StatusCode::OK; }