Searched refs:DEBUG_RELEASE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java122 static final boolean DEBUG_RELEASE = DEBUG || false; field in class:ActivityStackSupervisor
2973 if (DEBUG_RELEASE) Slog.d(TAG, "Trying to release some activities in " + app);
2981 if (DEBUG_RELEASE) Slog.d(TAG, "Abort release; already destroying: " + r);
2989 if (DEBUG_RELEASE) Slog.d(TAG, "Not releasing in-use activity: " + r);
2993 if (DEBUG_RELEASE) Slog.d(TAG, "Collecting release task " + r.task
3007 if (DEBUG_RELEASE) Slog.d(TAG, "Didn't find two or more tasks to release");
H A DActivityStack.java39 import static com.android.server.am.ActivityStackSupervisor.DEBUG_RELEASE;
3112 if (DEBUG_RELEASE) Slog.d(TAG, "Trying to release some activities in " + app);
3123 if (DEBUG_RELEASE) Slog.d(TAG, "Looking for activities to release in " + task);
3129 if (DEBUG_RELEASE) Slog.v(TAG, "Destroying " + activity
3149 if (DEBUG_RELEASE) Slog.d(TAG, "Done releasing: did " + numReleased + " activities");

Completed in 72 milliseconds