summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/SystemServer.java
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-07-02 17:21:54 +0100
committerNicolas Geoffray <ngeoffray@google.com>2020-07-02 17:24:21 +0100
commitaf6d3a6cb54ba3bfcbe1dd520ef18fd466bb3abc (patch)
treef0f492add298c721cf0c2717776bd897d03210f8 /services/java/com/android/server/SystemServer.java
parentebe415b310ba7bbfcc5579afb32bab03d673789f (diff)
Remove old code that isn't relevant anymore.
In order to reduce the CorePlatformAPI surface. Test: m Bug: 154796679 Change-Id: I428fe21d764bf6897942d7e67d85297d826d3716
Diffstat (limited to 'services/java/com/android/server/SystemServer.java')
-rw-r--r--services/java/com/android/server/SystemServer.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/services/java/com/android/server/SystemServer.java b/services/java/com/android/server/SystemServer.java
index c48ee11237e9..1131d37b381e 100644
--- a/services/java/com/android/server/SystemServer.java
+++ b/services/java/com/android/server/SystemServer.java
@@ -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");