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

Commit 5944ae74 authored by Michael Wright's avatar Michael Wright Committed by Android (Google) Code Review
Browse files

Merge "Improve watchdog explanation when system server is blocked"

parents 281f4226 4da44d14
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.