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

/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java42 public class RuntimeInit { class
93 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
223 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
226 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
237 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
255 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
269 * When the wrapper starts, the runtime starts {@link RuntimeInit#main}
278 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
402 throw new IllegalArgumentException("Missing classname argument to RuntimeInit!");

Completed in 56 milliseconds