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

Commit 07b3a1aa authored by Eric Laurent's avatar Eric Laurent Committed by android-build-merger
Browse files

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

am: c92315b9

* commit 'c92315b9':
  Add media.log to Watchdog stacks
parents d2f9090c c92315b9
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;