Merge "Remove old code that isn't relevant anymore." am: 22e3e74e4b am: 0642fc19f3
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1354663 Change-Id: Ic39e4a46f50fd3ab18dba5c859ec39c9458191a0
This commit is contained in:
@@ -608,12 +608,6 @@ 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.
|
||||
Looper.loop();
|
||||
throw new RuntimeException("Main thread loop unexpectedly exited");
|
||||
|
||||
Reference in New Issue
Block a user