Searched refs:WM_DEBUG_TASKS (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ResetTargetTaskHelper.java | 20 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_TASKS; 198 ProtoLog.w(WM_DEBUG_TASKS, "resetTaskIntendedTask: calling finishActivity " in finishActivities() 217 ProtoLog.v(WM_DEBUG_TASKS, "Pushing next activity %s out to target's task %s", p, in processResultActivities() 245 ProtoLog.v(WM_DEBUG_TASKS, "Start pushing activity %s out to bottom task %s", r, in processPendingReparentActivities()
|
D | RootWindowContainer.java | 45 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_TASKS; 346 ProtoLog.d(WM_DEBUG_TASKS, "Looking for task of %s in %s", mInfo, in process() 355 ProtoLog.d(WM_DEBUG_TASKS, "Skipping task: (mismatch activity/task) %s", task); in test() 361 ProtoLog.d(WM_DEBUG_TASKS, "Skipping %s: voice session", task); in test() 366 ProtoLog.d(WM_DEBUG_TASKS, "Skipping %s: different user", task); in test() 376 ProtoLog.d(WM_DEBUG_TASKS, "Skipping %s: mismatch root %s", task, r); in test() 381 ProtoLog.d(WM_DEBUG_TASKS, "Skipping %s: mismatch activity type", task); in test() 400 ProtoLog.d(WM_DEBUG_TASKS, "Comparing existing cls=%s /aff=%s to new cls=%s /aff=%s", in test() 407 ProtoLog.d(WM_DEBUG_TASKS, "Found matching class!"); in test() 409 ProtoLog.d(WM_DEBUG_TASKS, "For Intent %s bringing to top: %s", mIntent, r.intent); in test() [all …]
|
D | ActivityTaskSupervisor.java | 55 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_TASKS; 1203 ProtoLog.d(WM_DEBUG_TASKS, "Launch on display check: displayId=%d callingPid=%d " in isCallerAllowedToLaunchOnDisplay() 1207 ProtoLog.d(WM_DEBUG_TASKS, "Launch on display check: no caller info, skip check"); in isCallerAllowedToLaunchOnDisplay() 1228 ProtoLog.d(WM_DEBUG_TASKS, "Launch on display check: allow launch any on display"); in isCallerAllowedToLaunchOnDisplay() 1240 ProtoLog.d(WM_DEBUG_TASKS, "Launch on display check: disallow launch on " in isCallerAllowedToLaunchOnDisplay() 1247 ProtoLog.d(WM_DEBUG_TASKS, "Launch on display check: disallow activity " in isCallerAllowedToLaunchOnDisplay() 1258 ProtoLog.d(WM_DEBUG_TASKS, in isCallerAllowedToLaunchOnDisplay() 1266 ProtoLog.d(WM_DEBUG_TASKS, "Launch on display check: allow launch for owner of the" in isCallerAllowedToLaunchOnDisplay() 1272 ProtoLog.d(WM_DEBUG_TASKS, "Launch on display check: allow launch for caller " in isCallerAllowedToLaunchOnDisplay()
|
D | RecentTasks.java | 40 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_TASKS; 256 ProtoLog.i(WM_DEBUG_TASKS, "Resetting frozen recents task list" 325 ProtoLog.i(WM_DEBUG_TASKS, "Setting frozen recents task list"); in setFreezeTaskListReordering() 370 ProtoLog.i(WM_DEBUG_TASKS, "Resetting frozen recents task list reason=timeout"); in resetFreezeTaskListReorderingOnTimeout() 697 ProtoLog.i(WM_DEBUG_TASKS, "remove RecentTask %s when finishing user " in removeTasksForUserLocked()
|
D | ActivityTaskManagerService.java | 79 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_TASKS; 2225 ProtoLog.d(WM_DEBUG_TASKS, "moveTaskToFront: moving taskId=%d", taskId); in moveTaskToFront() 2267 ProtoLog.d(WM_DEBUG_TASKS, "Could not find task for id: %d", taskId); in moveTaskToFrontLocked() 2447 ProtoLog.d(WM_DEBUG_TASKS, "moveTaskToRootTask: moving task=%d to " in moveTaskToRootTask() 3119 ProtoLog.d(WM_DEBUG_TASKS, "moveRootTaskToDisplay: moving taskId=%d to " in moveRootTaskToDisplay() 3388 ProtoLog.w(WM_DEBUG_TASKS, in isGetTasksAllowed() 3395 ProtoLog.w(WM_DEBUG_TASKS, in isGetTasksAllowed() 6084 ProtoLog.d(WM_DEBUG_TASKS, "setVr2dDisplayId called for: %d", vr2dDisplayId); in setVr2dDisplayId()
|
D | ActivityStarter.java | 62 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_TASKS; 2173 ProtoLog.d(WM_DEBUG_TASKS, "Bring to front target: %s from %s", mTargetRootTask, in recycleTask() 2935 ProtoLog.v(WM_DEBUG_TASKS, "Starting new activity %s in new task %s", in setNewTask()
|
D | Task.java | 68 import static com.android.internal.protolog.ProtoLogGroup.WM_DEBUG_TASKS; 983 ProtoLog.v(WM_DEBUG_TASKS, "Setting Intent of %s to %s", this, _intent); in setIntent() 994 ProtoLog.v(WM_DEBUG_TASKS, "Setting Intent of %s to target %s", this, targetIntent); in setIntent()
|
/frameworks/base/core/java/com/android/internal/protolog/ |
D | ProtoLogGroup.java | 55 WM_DEBUG_TASKS(Consts.ENABLE_DEBUG, Consts.ENABLE_LOG_TO_PROTO_DEBUG, false, enumConstant
|