Searched refs:TAG_PSS (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AppProfiler.java | 127 static final String TAG_PSS = TAG + POSTFIX_PSS; field in AppProfiler 353 Slog.d(TAG_PSS, "Activity-start PSS delay now " 649 Slog.d(TAG_PSS, "Collected native and kernel memory in " in collectPssInBackground() 674 Slog.d(TAG_PSS, in collectPssInBackground() 692 Slog.d(TAG_PSS, "Skipped pss collection of " + pid in collectPssInBackground() 780 Slog.d(TAG_PSS, in recordPssSampleLPf() 841 Slog.d(TAG_PSS, "Requesting dump heap from " in run() 891 if (DEBUG_PSS) Slog.d(TAG_PSS, "Dump heap finished for " + path); in dumpHeapFinished() 1000 Slog.d(TAG_PSS, "requestPssLPf() deferring PSS request by " in requestPssLPf() 1005 if (DEBUG_PSS) Slog.d(TAG_PSS, "Requesting pss of: " + profile.mApp); in requestPssLPf() [all …]
|
H A D | OomAdjuster.java | 97 import static com.android.server.am.AppProfiler.TAG_PSS; 3145 Slog.d(TAG_PSS, "Process state change from " in applyOomAdjLSP()
|