Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4080ab23 authored by Enrico Granata's avatar Enrico Granata Committed by Android (Google) Code Review
Browse files

Merge "The VehiclePropValue response for OBD2_FREEZE_FRAME_INFO didn't have...

Merge "The VehiclePropValue response for OBD2_FREEZE_FRAME_INFO didn't have the property ID set correctly"
parents 5a7ab16c 7d8dad40
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -189,6 +189,7 @@ V2_0::StatusCode EmulatedVehicleHal::fillObd2DtcInfo(V2_0::VehiclePropValue* out
        timestamps.push_back(freezeFrame.timestamp);
        timestamps.push_back(freezeFrame.timestamp);
    }
    }
    outValue->value.int64Values = timestamps;
    outValue->value.int64Values = timestamps;
    outValue->prop = OBD2_FREEZE_FRAME_INFO;
    return V2_0::StatusCode::OK;
    return V2_0::StatusCode::OK;
}
}