Home
last modified time | relevance | path

Searched refs:DEBUG_TASKS (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityStack.java54 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
1106 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Looking for task of " + target + " in " + this); in findTaskLocked()
1111 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": voice session"); in findTaskLocked()
1116 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": different user"); in findTaskLocked()
1124 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": mismatch root " + r); in findTaskLocked()
1128 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": mismatch activity type"); in findTaskLocked()
1147 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Comparing existing cls=" in findTaskLocked()
1155 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Found matching class!"); in findTaskLocked()
1157 if (DEBUG_TASKS) Slog.d(TAG_TASKS, in findTaskLocked()
1165 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Found matching class!"); in findTaskLocked()
[all …]
DActivityManagerDebugConfig.java86 static final boolean DEBUG_TASKS = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActivityStackSupervisor.java64 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
1807 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check: displayId=" + launchDisplayId in isCallerAllowedToLaunchOnDisplay()
1811 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check: no caller info, skip check"); in isCallerAllowedToLaunchOnDisplay()
1826 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1840 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1847 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1855 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1862 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1868 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
3420 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Looking for task of " + r); in findTaskLocked()
[all …]
DActivityStarter.java60 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
1945 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Bring to front target: " + mTargetStack in setTargetStackAndMoveToFrontIfNeeded()
2062 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromReuseOrCreateNewTask()
2181 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromSourceRecord()
2240 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromInTask()
2271 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskToCurrentTopOrCreateNewTask()
DRecentTasks.java35 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
497 if(DEBUG_TASKS) Slog.i(TAG_TASKS, in removeTasksForUserLocked()
DTaskRecord.java52 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
827 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Setting Intent of " + this + " to " + _intent); in setIntent()
839 if (DEBUG_TASKS) Slog.v(TAG_TASKS, in setIntent()
DActivityManagerService.java161 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
10704 if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid
10712 if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid