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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerDebugConfig.java74 static final boolean DEBUG_PSS = DEBUG_ALL || false; field in class:ActivityManagerDebugConfig
H A DActivityManagerService.java157 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;
2482 if (DEBUG_PSS) Slog.d(TAG_PSS,
2644 if (DEBUG_PSS) Slog.d(TAG_PSS, "Collected native and kernel memory in "
2667 if (mTestPssMode || DEBUG_PSS) Slog.d(TAG_PSS,
2684 if (DEBUG_PSS) Slog.d(TAG_PSS, "Skipped pss collection of " + pid +
2705 if (DEBUG_PSS) Slog.d(TAG_PSS, "Skipped pss collection of " + pid +
4008 if (DEBUG_PSS) Slog.d(TAG_PSS, "May not keep " + proc + ": pss=" + proc.lastCachedPss);
[all...]

Completed in 579 milliseconds