PerformanceManager: Fix applying power profile in low power mode
* Fixes the wrong power profile after rebooting the device, if before that low power mode was turned on. Change-Id: I6008433b5e304a0f168ba9c7eeb189f4d3e83347
This commit is contained in:
@@ -155,7 +155,7 @@ public class PerformanceManagerService extends LineageSystemService {
|
||||
|
||||
synchronized (mLock) {
|
||||
mMpctlReady = true;
|
||||
setPowerProfileLocked(mUserProfile, false);
|
||||
applyProfileLocked();
|
||||
}
|
||||
});
|
||||
mWaitMpctlThread.setDaemon(true);
|
||||
|
||||
Reference in New Issue
Block a user