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

Commit 5bf90e12 authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

Merge "Unify dumped native stack traces" into nyc-dev am: 98e46791

am: d16c0237

* commit 'd16c0237':
  Unify dumped native stack traces

Change-Id: Id0ca6810458080a2bd08ea77d70230e880434b83
parents 854fadca d16c0237
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;