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

Commit e2400984 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

am: 07b3a1aa

* commit '07b3a1aa':
  Add media.log to Watchdog stacks
parents 03d31621 07b3a1aa
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;