Home
last modified time | relevance | path

Searched refs:DEBUG_PSS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerDebugConfig.java71 static final boolean DEBUG_PSS = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DAppProfiler.java30 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;
356 if (DEBUG_PSS) {
660 if (DEBUG_PSS) { in collectPssInBackground()
685 if (mTestPssOrRssMode || DEBUG_PSS) { in collectPssInBackground()
703 if (DEBUG_PSS) { in collectPssInBackground()
735 if (DEBUG_PSS) { in collectPssInBackground()
922 if (DEBUG_PSS) { in recordPssSampleLPf()
1049 if (DEBUG_PSS) { in run()
1102 if (DEBUG_PSS) Slog.d(TAG_PSS, "Dump heap finished for " + path); in dumpHeapFinished()
1142 if (DEBUG_PSS) { in handlePostDumpHeapNotification()
[all …]
DOomAdjuster.java89 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;
3501 if (DEBUG_PSS) { in applyOomAdjLSP()