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/
DAppProfiler.java28 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;
344 if (DEBUG_PSS) {
446 if (DEBUG_PSS) { in collectPssInBackground()
471 if (mTestPssMode || DEBUG_PSS) { in collectPssInBackground()
489 if (DEBUG_PSS) { in collectPssInBackground()
516 if (DEBUG_PSS) { in collectPssInBackground()
571 if (DEBUG_PSS) { in recordPssSampleLPf()
638 if (DEBUG_PSS) { in run()
689 if (DEBUG_PSS) Slog.d(TAG_PSS, "Dump heap finished for " + path); in dumpHeapFinished()
729 if (DEBUG_PSS) { in handlePostDumpHeapNotification()
[all …]
DActivityManagerDebugConfig.java64 static final boolean DEBUG_PSS = DEBUG_ALL || false; field in ActivityManagerDebugConfig
DOomAdjuster.java62 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_PSS;
2756 if (DEBUG_PSS) { in applyOomAdjLSP()