Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98e46791 authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

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

parents 203222ea 689574ad
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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;