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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java91 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in class:ActivityStack
3294 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app);
3305 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Looking for activities to release in " + task);
3311 if (DEBUG_RELEASE) Slog.v(TAG_RELEASE, "Destroying " + activity
3331 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE,
H A DActivityStackSupervisor.java139 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in class:ActivityStackSupervisor
3337 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app);
3344 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Abort release; already destroying: " + r);
3351 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Not releasing in-use activity: " + r);
3355 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Collecting release task " + r.task
3369 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Didn't find two or more tasks to release");

Completed in 86 milliseconds