Searched refs:DEBUG_ORDER (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 190 private static final boolean DEBUG_ORDER = false; field in ActivityThread 707 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this in schedulePauseActivity() 720 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this in scheduleStopActivity() 740 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this in scheduleResumeActivity() 3815 if (DEBUG_ORDER) Slog.d(TAG, "handlePauseActivity " + r + ", seq: " + seq); in handlePauseActivity() 4115 if (DEBUG_ORDER) Slog.d(TAG, action + " for " + r + " ignored, because seq=" + seq in checkAndUpdateLifecycleSeq() 4483 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + this + ", trying: " + r); in requestRelaunchActivity() 4514 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: target is null, fromServer:" in requestRelaunchActivity() 4523 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + existing); in requestRelaunchActivity() 4525 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: paused= " in requestRelaunchActivity() [all …]
|