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

Commit d16c0237 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

* commit '98e46791':
  Unify dumped native stack traces

Change-Id: I4a231907740066e7c87001e5afc8175c99e18797
parents 672d0e76 98e46791
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;