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

Commit 00c5f429 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

am: 892a7b6c

* commit '892a7b6c':
  Add audioserver to Watchdog stacks
parents c110bcb4 892a7b6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ 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/mediaserver",
        "/system/bin/sdcard",
        "/system/bin/surfaceflinger"