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

Commit c92315b9 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Add media.log to Watchdog stacks" into nyc-dev

parents 42180638 05d4e35c
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;