MH2 | Fix wakelock name
Name is supposed to be "SensorsHAL_WAKEUP". Bug: 142505817 Test: N/A Change-Id: I79f01509bffba499678fa519d038db37e2a9efbd
This commit is contained in:
parent
c913c85b2e
commit
1de5bb334c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue