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

Commit 892a7b6c authored by Andy Hung's avatar Andy Hung Committed by android-build-merger
Browse files

Merge "Add audioserver to Watchdog stacks" into nyc-dev

am: 55a26030

* commit '55a26030':
  Add audioserver to Watchdog stacks
parents cd714823 55a26030
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -64,6 +64,7 @@ public class Watchdog extends Thread {


    // Which native processes to dump into dropbox's stack traces
    // Which native processes to dump into dropbox's stack traces
    public static final String[] NATIVE_STACKS_OF_INTEREST = new String[] {
    public static final String[] NATIVE_STACKS_OF_INTEREST = new String[] {
        "/system/bin/audioserver",
        "/system/bin/mediaserver",
        "/system/bin/mediaserver",
        "/system/bin/sdcard",
        "/system/bin/sdcard",
        "/system/bin/surfaceflinger"
        "/system/bin/surfaceflinger"