Loading services/java/com/android/server/SystemServer.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -468,6 +468,12 @@ public final class SystemServer { } } } } // Diagnostic to ensure that the system is in a base healthy state. Done here as a common // non-zygote process. if (!VMRuntime.hasBootImageSpaces()) { Slog.wtf(TAG, "Runtime is not running with a boot image!"); } // Loop forever. // Loop forever. Looper.loop(); Looper.loop(); throw new RuntimeException("Main thread loop unexpectedly exited"); throw new RuntimeException("Main thread loop unexpectedly exited"); Loading Loading
services/java/com/android/server/SystemServer.java +6 −0 Original line number Original line Diff line number Diff line Loading @@ -468,6 +468,12 @@ public final class SystemServer { } } } } // Diagnostic to ensure that the system is in a base healthy state. Done here as a common // non-zygote process. if (!VMRuntime.hasBootImageSpaces()) { Slog.wtf(TAG, "Runtime is not running with a boot image!"); } // Loop forever. // Loop forever. Looper.loop(); Looper.loop(); throw new RuntimeException("Main thread loop unexpectedly exited"); throw new RuntimeException("Main thread loop unexpectedly exited"); Loading