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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java285 private static final String TAG_PSS = TAG + POSTFIX_PSS; field in class:ActivityManagerService
1976 if (DEBUG_PSS) Slog.d(TAG_PSS,
2115 if (DEBUG_PSS) Slog.d(TAG_PSS, "Collected native and kernel memory in "
2137 if (mTestPssMode || DEBUG_PSS) Slog.d(TAG_PSS,
3053 if (DEBUG_PSS) Slog.d(TAG_PSS, "May not keep " + proc + ": pss=" + proc.lastCachedPss);
18296 if (DEBUG_PSS) Slog.d(TAG_PSS,
18355 if (DEBUG_PSS) Slog.d(TAG_PSS,
18392 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of: " + proc);
18407 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of all procs! memLowered=" + memLowered);
18751 if (DEBUG_PSS) Slog.d(TAG_PSS, "Proces
[all...]

Completed in 83 milliseconds