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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java391 private static final String TAG_PSS = TAG + POSTFIX_PSS; field in class:ActivityManagerService
2191 if (DEBUG_PSS) Slog.d(TAG_PSS,
2365 if (DEBUG_PSS) Slog.d(TAG_PSS, "Collected native and kernel memory in "
2387 if (mTestPssMode || DEBUG_PSS) Slog.d(TAG_PSS,
3426 if (DEBUG_PSS) Slog.d(TAG_PSS, "May not keep " + proc + ": pss=" + proc.lastCachedPss);
19721 if (DEBUG_PSS) Slog.d(TAG_PSS,
19782 if (DEBUG_PSS) Slog.d(TAG_PSS,
19819 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of: " + proc);
19834 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of all procs! memLowered=" + memLowered);
20189 if (DEBUG_PSS) Slog.d(TAG_PSS, "Proces
[all...]

Completed in 2424 milliseconds