diff --git a/automotive/vehicle/aidl/impl/fake_impl/hardware/src/FakeVehicleHardware.cpp b/automotive/vehicle/aidl/impl/fake_impl/hardware/src/FakeVehicleHardware.cpp index 6695d7acb2..a6247a70b7 100644 --- a/automotive/vehicle/aidl/impl/fake_impl/hardware/src/FakeVehicleHardware.cpp +++ b/automotive/vehicle/aidl/impl/fake_impl/hardware/src/FakeVehicleHardware.cpp @@ -538,6 +538,9 @@ VhalResult FakeVehicleHardware::setApPowerStateReport(const VehiclePropVal << getErrorMsg(writeResult); } break; + case toInt(VehicleApPowerStateReport::ON): + ALOGI("Received VehicleApPowerStateReport::ON, entering normal operating state"); + break; default: ALOGE("Unknown VehicleApPowerStateReport: %d", state); break;