Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java481 private static final String TAG_PSS = TAG + POSTFIX_PSS; field in ActivityManagerService
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 …]