summaryrefslogtreecommitdiff
path: root/services/java
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2020-07-07 09:03:34 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-07 09:03:34 +0000
commitdd85ce6a50b8e453a50d3c0c72837bc71ac461f7 (patch)
tree7c039abb112f742e7cd0bcd5459b4aabee3fb086 /services/java
parent60c730b6d98f1721a9e078b209a6e15080d6ce0f (diff)
parent0642fc19f31586d31c40e47f98a0c38c2116b6a3 (diff)
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
Diffstat (limited to 'services/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 7a1b074d49f8..b3dcf4d4fa63 100644
--- a/services/java/com/android/server/SystemServer.java
+++ b/services/java/com/android/server/SystemServer.java
@@ -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");