MH2 | Fix wakelock name

Name is supposed to be "SensorsHAL_WAKEUP".

Bug: 142505817
Test: N/A
Change-Id: I79f01509bffba499678fa519d038db37e2a9efbd
This commit is contained in:
Stan Rokita 2019-10-18 14:21:58 -07:00
parent c913c85b2e
commit 1de5bb334c

View file

@ -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