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

Commit 925c374a authored by Yu Shan's avatar Yu Shan Committed by Automerger Merge Worker
Browse files

Fix unknown VehicleApPowerStateReport ON. am: 51d63299

parents 14a843b9 51d63299
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;