Merge "Watchdog HIDL->AIDL parity." am: d5f05902df am: 93158a6d6d

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2433961

Change-Id: I436c87078e5401f8217027bf593fe114871aedd0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Steven Moreland
2023-02-14 19:44:57 +00:00
committed by Automerger Merge Worker

View File

@@ -160,13 +160,21 @@ public class Watchdog implements Dumpable {
public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] {
"android.hardware.biometrics.face.IFace/",
"android.hardware.biometrics.fingerprint.IFingerprint/",
"android.hardware.bluetooth.IBluetoothHci/",
"android.hardware.camera.provider.ICameraProvider/",
"android.hardware.gnss.IGnss/",
"android.hardware.graphics.allocator.IAllocator/",
"android.hardware.graphics.composer3.IComposer/",
"android.hardware.health.IHealth/",
"android.hardware.input.processor.IInputProcessor/",
"android.hardware.light.ILights/",
"android.hardware.neuralnetworks.IDevice/",
"android.hardware.power.IPower/",
"android.hardware.power.stats.IPowerStats/",
"android.hardware.sensors.ISensors/",
"android.hardware.vibrator.IVibrator/",
"android.hardware.vibrator.IVibratorManager/"
"android.hardware.vibrator.IVibratorManager/",
"android.system.suspend.ISystemSuspend/",
};
private static Watchdog sWatchdog;