Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java64 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_METRICS;
309 if (DEBUG_METRICS) Slog.i(TAG, "Add pending draw " + r); in setLatestLaunchedActivity()
327 if (DEBUG_METRICS) Slog.i(TAG, "Remove pending draw " + r); in removePendingDrawActivity()
340 if (DEBUG_METRICS) Slog.i(TAG, "Discard pending draw " + r); in updatePendingDraw()
550 if (DEBUG_METRICS) { in notifyActivityLaunching()
599 if (DEBUG_METRICS) { in notifyActivityLaunched()
615 if (DEBUG_METRICS) Slog.i(TAG, "notifyActivityLaunched consecutive launch"); in notifyActivityLaunched()
643 if (DEBUG_METRICS) Slog.i(TAG, "notifyActivityLaunched successful"); in notifyActivityLaunched()
683 if (DEBUG_METRICS) Slog.i(TAG, "notifyWindowsDrawn " + r); in notifyWindowsDrawn()
687 if (DEBUG_METRICS) Slog.i(TAG, "notifyWindowsDrawn no activity to be drawn"); in notifyWindowsDrawn()
[all …]
DActivityTaskManagerDebugConfig.java60 public static final boolean DEBUG_METRICS = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
/frameworks/base/services/core/java/com/android/server/am/
DMemoryStatUtil.java21 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_METRICS;
103 if (DEBUG_METRICS) Slog.i(TAG, path + " not found"); in readFileContents()