Searched refs:DEBUG_TASKS (Results 1 – 9 of 9) sorted by relevance
59 static final boolean DEBUG_TASKS = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
84 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;1351 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Looking for task of " + target + " in " + this); in findTaskLocked()1356 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": voice session"); in findTaskLocked()1361 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": different user"); in findTaskLocked()1369 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": mismatch root " + r); in findTaskLocked()1373 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": mismatch activity type"); in findTaskLocked()1392 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Comparing existing cls=" in findTaskLocked()1399 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Found matching class!"); in findTaskLocked()1401 if (DEBUG_TASKS) Slog.d(TAG_TASKS, in findTaskLocked()1409 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Found matching class!"); in findTaskLocked()[all …]
62 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;1072 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check: displayId=" + launchDisplayId in isCallerAllowedToLaunchOnDisplay()1076 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check: no caller info, skip check"); in isCallerAllowedToLaunchOnDisplay()1092 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()1106 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()1113 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()1121 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()1128 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()1134 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
72 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;2215 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Bring to front target: " + mTargetStack in setTargetStackAndMoveToFrontIfNeeded()2338 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromReuseOrCreateNewTask()2464 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromSourceRecord()2525 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromInTask()2568 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskToCurrentTopOrCreateNewTask()
47 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;606 if (DEBUG_TASKS) { in findTaskLocked()
40 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;607 if(DEBUG_TASKS) Slog.i(TAG_TASKS, in removeTasksForUserLocked()
60 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;1093 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Looking for task of " + r); in findTask()1117 if (DEBUG_TASKS && mTmpFindTaskResult.mRecord == null) Slog.d(TAG_TASKS, "No task found"); in findTask()
78 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;908 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Setting Intent of " + this + " to " + _intent); in setIntent()919 if (DEBUG_TASKS) Slog.v(TAG_TASKS, in setIntent()
101 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_TASKS;3588 if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid in isGetTasksAllowed()3594 if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid in isGetTasksAllowed()