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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java153 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in class:ActivityStack
3875 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app);
3886 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Looking for activities to release in " + task);
3892 if (DEBUG_RELEASE) Slog.v(TAG_RELEASE, "Destroying " + activity
3912 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE,
H A DActivityStackSupervisor.java187 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in class:ActivityStackSupervisor
2953 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app);
2960 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Abort release; already destroying: " + r);
2967 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Not releasing in-use activity: " + r);
2971 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Collecting release task " + r.task
2985 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Didn't find two or more tasks to release");

Completed in 67 milliseconds