Searched refs:TAG_RELEASE (Results 1 – 2 of 2) sorted by relevance
187 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in ActivityStackSupervisor2953 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app); in releaseSomeActivitiesLocked()2960 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Abort release; already destroying: " + r); in releaseSomeActivitiesLocked()2967 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Not releasing in-use activity: " + r); in releaseSomeActivitiesLocked()2971 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Collecting release task " + r.task in releaseSomeActivitiesLocked()2985 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Didn't find two or more tasks to release"); in releaseSomeActivitiesLocked()
153 private static final String TAG_RELEASE = TAG + POSTFIX_RELEASE; field in ActivityStack3875 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app); in releaseSomeActivitiesLocked()3886 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Looking for activities to release in " + task); in releaseSomeActivitiesLocked()3892 if (DEBUG_RELEASE) Slog.v(TAG_RELEASE, "Destroying " + activity in releaseSomeActivitiesLocked()3912 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, in releaseSomeActivitiesLocked()