summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-10-05 23:21:53 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-10-05 23:21:53 +0000
commit559ce89b018afc7bf623a570980cec17b7849f08 (patch)
treec98ed6567b430b9051c03145ccbb3b34d9f08870
parentb31e28d926cc853af00141844c6430e2daec90c1 (diff)
parent9367dd873789e3ca4c1055b2ea62de59688dc7c6 (diff)
Merge "Add biometric AIDL interfaces to the watchdog" into sc-v2-dev
-rw-r--r--services/core/java/com/android/server/Watchdog.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/Watchdog.java b/services/core/java/com/android/server/Watchdog.java
index fcd049f1c494..d10ab8e2d0dd 100644
--- a/services/core/java/com/android/server/Watchdog.java
+++ b/services/core/java/com/android/server/Watchdog.java
@@ -142,6 +142,8 @@ public class Watchdog {
);
public static final String[] AIDL_INTERFACE_PREFIXES_OF_INTEREST = new String[] {
+ "android.hardware.biometrics.face.IFace/",
+ "android.hardware.biometrics.fingerprint.IFingerprint/",
"android.hardware.light.ILights/",
"android.hardware.power.stats.IPowerStats/",
};