Remove old code that isn't relevant anymore.
In order to reduce the CorePlatformAPI surface. Test: m Bug: 154796679 Change-Id: I428fe21d764bf6897942d7e67d85297d826d3716
This commit is contained in:
@@ -555,12 +555,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