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

Commit 05d4e35c authored by Eric Laurent's avatar Eric Laurent
Browse files

Add media.log to Watchdog stacks

Needed for debugging after mediaserver split.

Bug: 27408518
Change-Id: I412575264e813688396835f4f3501f6132432960
parent 0fbdab83
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -67,7 +67,8 @@ public class Watchdog extends Thread {
        "/system/bin/audioserver",
        "/system/bin/mediaserver",
        "/system/bin/sdcard",
        "/system/bin/surfaceflinger"
        "/system/bin/surfaceflinger",
        "media.log"
    };

    static Watchdog sWatchdog;