Searched refs:DEBUG_RELEASE (Results 1 – 3 of 3) sorted by relevance
64 static final boolean DEBUG_RELEASE = DEBUG_ALL_ACTIVITIES || false; field in ActivityTaskManagerDebugConfig
77 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_RELEASE;4530 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + app); in releaseSomeActivitiesLocked()4541 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Looking for activities to release in " + task); in releaseSomeActivitiesLocked()4547 if (DEBUG_RELEASE) Slog.v(TAG_RELEASE, "Destroying " + activity in releaseSomeActivitiesLocked()4567 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, in releaseSomeActivitiesLocked()
56 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_RELEASE;1578 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Didn't find two or more tasks to release"); in releaseSomeActivitiesLocked()