Turn on wakeupAlarm anomaly detector
In ag/2642771, wakeup alarms is changed to based on screen-off timebase. After that, all the wakeup alarms will be background ones. So it is safe to turn on the wakeupAlarm anomaly detector. Bug: 65597330 Test: RunSettingsRoboTests Change-Id: I653d4bbfa671c52890dc6c6b13870c666ba9b944
This commit is contained in:
@@ -122,7 +122,7 @@ public class AnomalyDetectionPolicy {
|
||||
anomalyDetectionEnabled = mParserWrapper.getBoolean(KEY_ANOMALY_DETECTION_ENABLED, true);
|
||||
wakeLockDetectionEnabled = mParserWrapper.getBoolean(KEY_WAKELOCK_DETECTION_ENABLED, true);
|
||||
wakeupAlarmDetectionEnabled = mParserWrapper.getBoolean(KEY_WAKEUP_ALARM_DETECTION_ENABLED,
|
||||
false);
|
||||
true);
|
||||
bluetoothScanDetectionEnabled = mParserWrapper.getBoolean(
|
||||
KEY_BLUETOOTH_SCAN_DETECTION_ENABLED, true);
|
||||
wakeLockThreshold = mParserWrapper.getLong(KEY_WAKELOCK_THRESHOLD,
|
||||
|
Reference in New Issue
Block a user