Add audioserver to Watchdog stacks

Needed for debugging after mediaserver split.

Bug: 27548913
Bug: 27570954
Change-Id: I7d1e92494c0543f10f3193153e3e9afdafd41655
This commit is contained in:
Andy Hung
2016-03-09 13:55:58 -08:00
parent 4ed0e8cf8f
commit 3a64ecb7fd

View File

@@ -64,6 +64,7 @@ public class Watchdog extends Thread {
// Which native processes to dump into dropbox's stack traces
public static final String[] NATIVE_STACKS_OF_INTEREST = new String[] {
"/system/bin/audioserver",
"/system/bin/mediaserver",
"/system/bin/sdcard",
"/system/bin/surfaceflinger"