summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chong Zhang <chz@google.com> 2017-06-02 10:52:04 -0700
committer Chong Zhang <chz@google.com> 2017-06-02 16:10:33 -0700
commite55e6e0eb3f3bd603103ec40b591748bb3558e8c (patch)
tree9345f09e447438e7b450330782ad51f0b98cd02a
parente8f39b53d4ef1429b426c4c3d3a3ceb2fdc7a8fa (diff)
Add media.codec to native stack dump list
This is still needed for non-treble devices. Test: do 'adb shell bugreport' on angler, and check that 'Cmd line: media.codec' and the stacks should be there. bug: 62297059 Change-Id: Ic46b044e471a2ec3c432bb2fdc6afd6fb1f8090e
-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 feb9ce49bf08..b18fa322bd2b 100644
--- a/services/core/java/com/android/server/Watchdog.java
+++ b/services/core/java/com/android/server/Watchdog.java
@@ -76,6 +76,7 @@ public class Watchdog extends Thread {
"/system/bin/sdcard",
"/system/bin/surfaceflinger",
"media.extractor", // system/bin/mediaextractor
+ "media.codec", // vendor/bin/hw/android.hardware.media.omx@1.0-service
"com.android.bluetooth", // Bluetooth service
};