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/
DActivityManagerDebugConfig.java87 static final boolean DEBUG_TASKS = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActivityStack.java45 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
939 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Looking for task of " + target + " in " + this); in findTaskLocked()
944 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": voice session"); in findTaskLocked()
949 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": different user"); in findTaskLocked()
955 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": mismatch root " + r); in findTaskLocked()
959 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": mismatch activity type"); in findTaskLocked()
978 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Comparing existing cls=" in findTaskLocked()
986 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Found matching class!"); in findTaskLocked()
988 if (DEBUG_TASKS) Slog.d(TAG_TASKS, in findTaskLocked()
996 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Found matching class!"); in findTaskLocked()
[all …]
DActivityStarter.java65 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
1652 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Bring to front target: " + mTargetStack in setTargetStackAndMoveToFrontIfNeeded()
1805 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromReuseOrCreateNewTask()
1903 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromSourceRecord()
1966 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskFromInTask()
1984 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Starting new activity " + mStartActivity in setTaskToCurrentTopOrCreateNewTask()
DRecentTasks.java23 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
273 if(DEBUG_TASKS) Slog.i(TAG_TASKS, in removeTasksForUserLocked()
DActivityStackSupervisor.java62 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
1675 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check: displayId=" + launchDisplayId in isCallerAllowedToLaunchOnDisplay()
1688 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1697 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1704 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1711 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
1718 if (DEBUG_TASKS) Slog.d(TAG, "Launch on display check:" in isCallerAllowedToLaunchOnDisplay()
3077 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Looking for task of " + r); in findTaskLocked()
3083 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping stack: (mismatch activity/stack) " in findTaskLocked()
3088 if (DEBUG_TASKS) Slog.d(TAG_TASKS, in findTaskLocked()
[all …]
DTaskRecord.java105 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
828 if (DEBUG_TASKS) Slog.v(TAG_TASKS, "Setting Intent of " + this + " to " + _intent); in setIntent()
840 if (DEBUG_TASKS) Slog.v(TAG_TASKS, in setIntent()
DActivityManagerService.java133 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_TASKS;
9734 if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid
9742 if (DEBUG_TASKS) Slog.w(TAG, caller + ": caller " + callingUid