Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java75 static final boolean DEBUG_PSS = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DActivityManagerService.java128 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;
2331 if (DEBUG_PSS) Slog.d(TAG_PSS, in handleMessage()
2497 if (DEBUG_PSS) Slog.d(TAG_PSS, "Collected native and kernel memory in "
2519 if (mTestPssMode || DEBUG_PSS) Slog.d(TAG_PSS,
3584 if (DEBUG_PSS) Slog.d(TAG_PSS, "May not keep " + proc + ": pss=" + proc.lastCachedPss); in getProcessRecordLocked()
21522 if (DEBUG_PSS) Slog.d(TAG_PSS,
21583 if (DEBUG_PSS) Slog.d(TAG_PSS,
21620 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of: " + proc);
21636 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of all procs! memLowered=" + memLowered);
22038 if (DEBUG_PSS) Slog.d(TAG_PSS, "Process state change from "
[all …]