Searched refs:DEBUG_METRICS (Results 1 – 3 of 3) sorted by relevance
62 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_METRICS;323 if (DEBUG_METRICS) { in notifyActivityLaunching()373 if (DEBUG_METRICS) Slog.i(TAG, "notifyActivityLaunched" in notifyActivityLaunched()417 if (DEBUG_METRICS) Slog.i(TAG, "notifyActivityLaunched successful"); in notifyActivityLaunched()445 if (DEBUG_METRICS) Slog.i(TAG, "notifyWindowsDrawn windowingMode=" + windowingMode); in notifyWindowsDrawn()486 if (DEBUG_METRICS) Slog.i(TAG, "notifyTransitionStarting"); in notifyTransitionStarting()566 if (DEBUG_METRICS) Slog.i(TAG, "notifyVisibilityChanged to invisible activity=" + r); in checkVisibility()606 if (DEBUG_METRICS) Slog.i(TAG, "reset abort=" + abort + ",cause=" + cause); in reset()656 if (DEBUG_METRICS) { in logAppTransitionCancel()666 if (DEBUG_METRICS) Slog.i(TAG, "logging transition events"); in logAppTransitionMultiEvents()[all …]
69 public static final boolean DEBUG_METRICS = DEBUG_ALL || false; field in ActivityTaskManagerDebugConfig
21 import static com.android.server.wm.ActivityTaskManagerDebugConfig.DEBUG_METRICS;170 if (DEBUG_METRICS) Slog.i(TAG, path + " not found"); in readFileContents()