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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java72 static final boolean DEBUG_PSS = DEBUG_ALL || false; field in class:ActivityManagerDebugConfig
H A DActivityManagerService.java317 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;
2220 if (DEBUG_PSS) Slog.d(TAG_PSS,
2409 if (DEBUG_PSS) Slog.d(TAG_PSS, "Collected native and kernel memory in "
2431 if (mTestPssMode || DEBUG_PSS) Slog.d(TAG_PSS,
3489 if (DEBUG_PSS) Slog.d(TAG_PSS, "May not keep " + proc + ": pss=" + proc.lastCachedPss);
20062 if (DEBUG_PSS) Slog.d(TAG_PSS,
20123 if (DEBUG_PSS) Slog.d(TAG_PSS,
20160 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of: " + proc);
20175 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting PSS of all procs! memLowered=" + memLowered);
20596 if (DEBUG_PSS) Slo
[all...]

Completed in 43 milliseconds