Searched refs:DEBUG_RELEASE (Results 1 – 2 of 2) sorted by relevance
122 static final boolean DEBUG_RELEASE = DEBUG || false; field in ActivityStackSupervisor2973 if (DEBUG_RELEASE) Slog.d(TAG, "Trying to release some activities in " + app); in releaseSomeActivitiesLocked()2981 if (DEBUG_RELEASE) Slog.d(TAG, "Abort release; already destroying: " + r); in releaseSomeActivitiesLocked()2989 if (DEBUG_RELEASE) Slog.d(TAG, "Not releasing in-use activity: " + r); in releaseSomeActivitiesLocked()2993 if (DEBUG_RELEASE) Slog.d(TAG, "Collecting release task " + r.task in releaseSomeActivitiesLocked()3007 if (DEBUG_RELEASE) Slog.d(TAG, "Didn't find two or more tasks to release"); in releaseSomeActivitiesLocked()
39 import static com.android.server.am.ActivityStackSupervisor.DEBUG_RELEASE;3112 if (DEBUG_RELEASE) Slog.d(TAG, "Trying to release some activities in " + app); in releaseSomeActivitiesLocked()3123 if (DEBUG_RELEASE) Slog.d(TAG, "Looking for activities to release in " + task); in releaseSomeActivitiesLocked()3129 if (DEBUG_RELEASE) Slog.v(TAG, "Destroying " + activity in releaseSomeActivitiesLocked()3149 if (DEBUG_RELEASE) Slog.d(TAG, "Done releasing: did " + numReleased + " activities"); in releaseSomeActivitiesLocked()