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

Commit c9855954 authored by Mike Yu's avatar Mike Yu
Browse files

Watchdog: Add netd to interesting processes

Dump netd stack traces during ANR.

Bug: 144415436
Test: built, flashed, booted
      verified watchdog dumped netd stack traces during ANR

Change-Id: I1aa61cad2cf5d570f197e4ad2b320eced4822b2d
parent 04b9b718
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ public class Watchdog extends Thread {
        "/system/bin/drmserver",
        "/system/bin/mediadrmserver",
        "/system/bin/mediaserver",
        "/system/bin/netd",
        "/system/bin/sdcard",
        "/system/bin/surfaceflinger",
        "/system/bin/vold",