summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-10-05 23:34:37 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-10-05 23:34:37 +0000
commit03cf0f76034ae4343c003d1f1172ff7eee45f1ed (patch)
tree7e04904fd855451b990e9889dff87c7318f75c9f
parent17c961f08fa98c89eff1ae72fb2a3435217ad95c (diff)
parentd8ec8ff380457af591e86c06ea5fefa38e91f57e (diff)
Merge "Add biometric AIDL interfaces to the watchdog" into sc-v2-dev am: 559ce89b01 am: d8ec8ff380
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15974031 Change-Id: Iba5e2ce85d5b14004486db3bf70a599e6d82bb2b
-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 46efa3cd876e..e7b078a59090 100644
--- a/services/core/java/com/android/server/Watchdog.java
+++ b/services/core/java/com/android/server/Watchdog.java
@@ -143,6 +143,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/",
};