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
106 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
237 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
240 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
251 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
269 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
283 * When the wrapper starts, the runtime starts {@link RuntimeInit#main}
292 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
417 throw new IllegalArgumentException("Missing classname argument to RuntimeInit!");

Completed in 135 milliseconds