Merge "Unify dumped native stack traces" into nyc-dev

This commit is contained in:
Andy Hung
2016-04-14 20:47:23 +00:00
committed by Android (Google) Code Review

View File

@@ -65,10 +65,14 @@ 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/cameraserver",
"/system/bin/drmserver",
"/system/bin/mediadrmserver",
"/system/bin/mediaserver",
"/system/bin/sdcard",
"/system/bin/surfaceflinger",
"media.log"
"media.codec", // system/bin/mediacodec
"media.extractor", // system/bin/mediaextractor
};
static Watchdog sWatchdog;