Searched refs:DEBUG_RELEASE (Results 1 – 2 of 2) sorted by relevance
54 static final boolean DEBUG_RELEASE = DEBUG_ALL_ACTIVITIES || false; field in ActivityTaskManagerDebugConfig
38 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_RELEASE;1105 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Trying to release some activities in " + this); in releaseSomeActivities()1112 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Abort release; already destroying: " + r); in releaseSomeActivities()1119 if (DEBUG_RELEASE) Slog.d(TAG_RELEASE, "Not releasing in-use activity: " + r); in releaseSomeActivities()1138 if (DEBUG_RELEASE) Slog.v(TAG_RELEASE, "Destroying " + r in releaseSomeActivities()