Searched refs:DEBUG_PSS (Results 1 – 2 of 2) sorted by relevance
74 static final boolean DEBUG_PSS = DEBUG_ALL || false; field in ActivityManagerDebugConfig
157 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;2482 if (DEBUG_PSS) Slog.d(TAG_PSS, in handleMessage()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); in getProcessRecordLocked()24020 if (DEBUG_PSS) Slog.d(TAG_PSS, in recordPssSampleLocked()24081 if (DEBUG_PSS) Slog.d(TAG_PSS, in recordPssSampleLocked()24120 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting pss of: " + proc); in requestPssLocked()[all …]