Searched defs:DEBUG_TASKS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java83 static final boolean DEBUG_TASKS = ActivityManagerService.DEBUG_TASKS; field in class:ActivityStack
2034 if (DEBUG_TASKS) Slog.v(TAG, "Start pushing activity " + target
2044 if (DEBUG_TASKS) Slog.v(TAG, "Start pushing activity " + target
2059 if (DEBUG_TASKS) Slog.v(TAG, "Pushing next activity " + p
2183 if (DEBUG_TASKS) Slog.v(TAG, "Finishing task at index "
2203 if (DEBUG_TASKS) Slog.v(TAG, "Reparenting task at index "
2225 if (DEBUG_TASKS) Slog.v(TAG, "Pulling activity " + p
2943 if (DEBUG_TASKS) Slog.v(TAG, "Starting new activity " + r
2994 if (DEBUG_TASKS) Slo
[all...]
H A DActivityManagerService.java172 static final boolean DEBUG_TASKS = localLOGV || false; field in class:ActivityManagerService

Completed in 225 milliseconds