Merge "Add SystemSuspend HAL to ANR list." into qt-r1-dev-plus-aosp

This commit is contained in:
TreeHugger Robot
2019-07-08 16:39:59 +00:00
committed by Android (Google) Code Review

View File

@@ -114,7 +114,8 @@ public class Watchdog extends Thread {
"android.hardware.media.omx@1.0::IOmxStore",
"android.hardware.power.stats@1.0::IPowerStats",
"android.hardware.sensors@1.0::ISensors",
"android.hardware.vr@1.0::IVr"
"android.hardware.vr@1.0::IVr",
"android.system.suspend@1.0::ISystemSuspend"
);
static Watchdog sWatchdog;