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

Commit 51d63299 authored by Yu Shan's avatar Yu Shan
Browse files

Fix unknown VehicleApPowerStateReport ON.

Fix an incorrect error message for VehicleApPowerStateReport ON.

Flag: EXEMPT HAL fix
Test: Manual test
Bug: 371614400
Change-Id: I81406931d27e2f8b174b52720d4f502e0e32fdd4
parent 50956bd1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -538,6 +538,9 @@ VhalResult<void> 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;