Searched refs:DEBUG_CLEANUP (Results 1 – 4 of 4) sorted by relevance
19 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_CLEANUP;65 if (DEBUG_CLEANUP) { in addConnection()84 if (DEBUG_CLEANUP && mIsDisconnecting) { in removeConnection()
59 public static final boolean DEBUG_CLEANUP = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
62 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_CLEANUP;2192 if (DEBUG_CLEANUP) Slog.v(TAG_CLEANUP, in removeHistoryRecords()2197 if (DEBUG_CLEANUP) Slog.v(TAG_CLEANUP, "Record #" + i + " " + r); in removeHistoryRecords()2199 if (DEBUG_CLEANUP) Slog.v(TAG_CLEANUP, "---> REMOVING this entry!"); in removeHistoryRecords()
216 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_CLEANUP;4079 if (DEBUG_SWITCH || DEBUG_CLEANUP) { in destroyImmediately()