Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java68 static final boolean DEBUG_OOM_ADJ_REASON = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActivityManagerService.java122 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_OOM_ADJ_REASON;
20731 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Making fixed: " + app);
20783 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Making top: " + app);
20790 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Making instrumentation: " + app);
20801 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Making broadcast: " + app);
20810 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Making exec-service: " + app);
20822 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Making empty: " + app);
20845 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Raise to vis-activity: " + app);
20850 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Raise to vis-activity: " + app);
20868 if (DEBUG_OOM_ADJ_REASON) Slog.d(TAG, "Raise to pause-activity: " + app);
[all …]