Searched defs:RuntimeInit (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java43 public class RuntimeInit { class
101 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
231 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
234 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
245 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
263 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
277 * When the wrapper starts, the runtime starts {@link RuntimeInit#main}
286 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
411 throw new IllegalArgumentException("Missing classname argument to RuntimeInit!");

Completed in 232 milliseconds