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

Commit 1de5bb33 authored by Stan Rokita's avatar Stan Rokita
Browse files

MH2 | Fix wakelock name

Name is supposed to be "SensorsHAL_WAKEUP".

Bug: 142505817
Test: N/A
Change-Id: I79f01509bffba499678fa519d038db37e2a9efbd
parent c913c85b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ class HalProxy : public ISensors, public IScopedWakelockRefCounter {

    int64_t mWakelockTimeoutResetTime = getTimeNow();

    const char* kWakelockName = "SensorsMultiHal";
    const char* kWakelockName = "SensorsHAL_WAKEUP";

    /**
     * Initialize the list of SubHal objects in mSubHalList by reading from dynamic libraries