Merge "Add SystemSuspend HAL to ANR list." into qt-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
d6872017f4
@@ -103,6 +103,7 @@ public class Watchdog extends Thread {
|
|||||||
public static final List<String> HAL_INTERFACES_OF_INTEREST = Arrays.asList(
|
public static final List<String> HAL_INTERFACES_OF_INTEREST = Arrays.asList(
|
||||||
"android.hardware.audio@2.0::IDevicesFactory",
|
"android.hardware.audio@2.0::IDevicesFactory",
|
||||||
"android.hardware.audio@4.0::IDevicesFactory",
|
"android.hardware.audio@4.0::IDevicesFactory",
|
||||||
|
"android.hardware.biometrics.face@1.0::IBiometricsFace",
|
||||||
"android.hardware.bluetooth@1.0::IBluetoothHci",
|
"android.hardware.bluetooth@1.0::IBluetoothHci",
|
||||||
"android.hardware.camera.provider@2.4::ICameraProvider",
|
"android.hardware.camera.provider@2.4::ICameraProvider",
|
||||||
"android.hardware.graphics.allocator@2.0::IAllocator",
|
"android.hardware.graphics.allocator@2.0::IAllocator",
|
||||||
@@ -113,7 +114,7 @@ public class Watchdog extends Thread {
|
|||||||
"android.hardware.media.omx@1.0::IOmxStore",
|
"android.hardware.media.omx@1.0::IOmxStore",
|
||||||
"android.hardware.sensors@1.0::ISensors",
|
"android.hardware.sensors@1.0::ISensors",
|
||||||
"android.hardware.vr@1.0::IVr",
|
"android.hardware.vr@1.0::IVr",
|
||||||
"android.hardware.biometrics.face@1.0::IBiometricsFace"
|
"android.system.suspend@1.0::ISystemSuspend"
|
||||||
);
|
);
|
||||||
|
|
||||||
static Watchdog sWatchdog;
|
static Watchdog sWatchdog;
|
||||||
|
|||||||
Reference in New Issue
Block a user