Home | History | Annotate | Download | only in am

Lines Matching refs:DEBUG_STATES

42 import static com.android.server.am.ActivityStackSupervisor.DEBUG_STATES;
641 if (DEBUG_STATES) Slog.v(TAG, "Moving to RESUMED: " + r
800 if (DEBUG_STATES) Slog.v(TAG, "Moving to PAUSING: " + prev);
894 if (DEBUG_STATES) Slog.v(TAG, "Moving to PAUSED: " + r
927 if (DEBUG_STATES) Slog.v(TAG, "Moving to STOPPED: " + r + " (stop complete)");
1493 if (DEBUG_STATES) Slog.d(TAG, "resumeTopActivityLocked: No more activities go home");
1512 if (DEBUG_STATES) Slog.d(TAG, "resumeTopActivityLocked: Top activity resumed " + next);
1531 if (DEBUG_STATES) Slog.d(TAG,
1549 if (DEBUG_STATES) Slog.d(TAG, "resumeTopActivityLocked: Going to sleep and all paused");
1576 if (DEBUG_SWITCH || DEBUG_PAUSE || DEBUG_STATES) Slog.v(TAG,
1616 if (DEBUG_STATES) Slog.d(TAG, "resumeTopActivityLocked: Pausing " + mResumedActivity);
1620 if (DEBUG_SWITCH || DEBUG_STATES) Slog.v(TAG,
1638 if (DEBUG_STATES) Slog.d(TAG, "no-history finish of " + mLastNoHistoryActivity +
1758 if (DEBUG_STATES) Slog.v(TAG, "Moving to RESUMED: " + next + " (in existing)");
1787 if (DEBUG_SWITCH || DEBUG_STATES) Slog.i(TAG,
1833 if (DEBUG_STATES) Slog.d(TAG, "resumeTopActivityLocked: Resumed " + next);
1836 if (DEBUG_STATES) Slog.v(TAG, "Resume failed; resetting state to "
1890 if (DEBUG_STATES) Slog.d(TAG, "resumeTopActivityLocked: Restarting " + next);
2491 if (DEBUG_STATES) {
2497 if (DEBUG_STATES) Slog.d(TAG, "Not finishing noHistory " + r
2508 if (DEBUG_STATES) Slog.v(TAG, "Moving to STOPPING: " + r
2529 if (DEBUG_STATES) Slog.v(TAG, "Stop failed; moving to STOPPED: " + r);
2545 if (DEBUG_RESULTS || DEBUG_STATES) Slog.v(
2766 if (DEBUG_STATES) Slog.v(TAG, "Moving to STOPPING: " + r
2783 if (DEBUG_STATES) Slog.v(TAG, "Moving to FINISHING: " + r);
2969 if (DEBUG_STATES) Slog.v(TAG, "Moving to DESTROYED: " + r + " (cleaning up)");
3022 if (DEBUG_STATES) Slog.v(TAG, "Moving to DESTROYED: " + r + " (removed from history)");
3219 if (DEBUG_STATES) Slog.v(TAG, "Moving to DESTROYING: " + r
3225 if (DEBUG_STATES) Slog.v(TAG, "Moving to DESTROYED: " + r + " (destroy skipped)");
3236 if (DEBUG_STATES) Slog.v(TAG, "Moving to DESTROYED: " + r + " (no app)");
3282 if (DEBUG_STATES) Slog.d(TAG, "releaseBackgroundResources activtyDisplay=" +
3755 if (DEBUG_SWITCH || DEBUG_STATES) Slog.i(TAG,
3765 if (DEBUG_SWITCH || DEBUG_STATES) Slog.i(TAG, "Relaunch failed", e);