Searched refs:DEBUG_ORDER (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 178 private static final boolean DEBUG_ORDER = false; field in ActivityThread 660 if (DEBUG_ORDER) Slog.d(TAG, "pauseActivity " + ActivityThread.this in schedulePauseActivity() 673 if (DEBUG_ORDER) Slog.d(TAG, "stopActivity " + ActivityThread.this in scheduleStopActivity() 693 if (DEBUG_ORDER) Slog.d(TAG, "resumeActivity " + ActivityThread.this in scheduleResumeActivity() 3625 if (DEBUG_ORDER) Slog.d(TAG, "handlePauseActivity " + r + ", seq: " + seq); in handlePauseActivity() 3917 if (DEBUG_ORDER) Slog.d(TAG, action + " for " + r + " ignored, because seq=" + seq in checkAndUpdateLifecycleSeq() 4267 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + this + ", trying: " + r); in requestRelaunchActivity() 4298 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: target is null, fromServer:" in requestRelaunchActivity() 4307 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: " + existing); in requestRelaunchActivity() 4309 if (DEBUG_ORDER) Slog.d(TAG, "requestRelaunchActivity: paused= " in requestRelaunchActivity() [all …]
|