Loading services/java/com/android/server/Watchdog.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
services/java/com/android/server/Watchdog.java +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading