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

Commit 4da44d14 authored by Michael Wright's avatar Michael Wright
Browse files

Improve watchdog explanation when system server is blocked

Change-Id: I5965a2b01c474cbe2a1ab342c3520b3d403d92e8
parent 6064df5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ public class Watchdog extends Thread {
                }

                name = (mCurrentMonitor != null) ?
                    mCurrentMonitor.getClass().getName() : "null";
                    mCurrentMonitor.getClass().getName() : "main thread blocked";
            }

            // If we got here, that means that the system is most likely hung.