summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andy Hung <hunga@google.com> 2018-01-17 22:33:53 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-01-17 22:33:53 +0000
commit6cb33a1b5479e7903d0a90da91344c1005effe46 (patch)
treebc5b93b7e1818455a2864220cb13e108fe7125d0
parent0797f4be5846894fe08b6661f277e3f6ad0fbc1a (diff)
parentb1c4c93a9ba0878e810b1f9fd65c419246f4f990 (diff)
Merge "Watchdog: add media.metrics"
-rw-r--r--services/core/java/com/android/server/Watchdog.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/Watchdog.java b/services/core/java/com/android/server/Watchdog.java
index 8d46d1e27235..7ce0f4352203 100644
--- a/services/core/java/com/android/server/Watchdog.java
+++ b/services/core/java/com/android/server/Watchdog.java
@@ -87,6 +87,7 @@ public class Watchdog extends Thread {
"/system/bin/sdcard",
"/system/bin/surfaceflinger",
"media.extractor", // system/bin/mediaextractor
+ "media.metrics", // system/bin/mediametrics
"media.codec", // vendor/bin/hw/android.hardware.media.omx@1.0-service
"com.android.bluetooth", // Bluetooth service
};