Home
last modified time | relevance | path

Searched refs:DEBUG_LRU (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java63 static final boolean DEBUG_LRU = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActivityManagerService.java147 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_LRU;
3741 if (DEBUG_LRU) Slog.d(TAG_LRU, "Moving dep from " + lrui + " to " + index in updateLruProcessInternalLocked()
3805 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, already top activity: " + app); in updateLruProcessLocked()
3811 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, already top other: " + app); in updateLruProcessLocked()
3821 if (DEBUG_LRU) Slog.d(TAG_LRU, "Not moving, persistent: " + app); in updateLruProcessLocked()
3895 if (DEBUG_LRU) Slog.d(TAG_LRU, in updateLruProcessLocked()
3908 if (DEBUG_LRU) Slog.d(TAG_LRU, in updateLruProcessLocked()
3923 if (DEBUG_LRU) Slog.d(TAG_LRU, "Adding to top of LRU activity list: " + app); in updateLruProcessLocked()
3929 if (DEBUG_LRU) Slog.d(TAG_LRU, "Adding to top of LRU service list: " + app); in updateLruProcessLocked()
3940 if (DEBUG_LRU && clientIndex < 0) Slog.d(TAG_LRU, "Unknown client " + client in updateLruProcessLocked()
[all …]