Searched refs:DEBUG_SERVICE (Results 1 – 7 of 7) sorted by relevance
25 import static com.android.systemui.screenshot.LogConfig.DEBUG_SERVICE;97 if (DEBUG_SERVICE) { in TakeScreenshotService()109 if (DEBUG_SERVICE) { in onCreate()118 if (DEBUG_SERVICE) { in onBind()126 if (DEBUG_SERVICE) { in onUnbind()145 if (DEBUG_SERVICE) { in onDestroy()193 if (DEBUG_SERVICE) { in handleMessage()199 if (DEBUG_SERVICE) { in handleMessage()205 if (DEBUG_SERVICE) { in handleMessage()
50 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; field in LogConfig
71 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;189 private static final boolean DEBUG_DELAYED_SERVICE = DEBUG_SERVICE;799 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "START SERVICE WHILE RESTART PENDING: " + r); in startServiceInnerLocked()1163 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopService: " + service in stopServiceLocked()1291 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopServiceToken: " + className in stopServiceTokenLocked()1731 if (DEBUG_SERVICE || DEBUG_BACKGROUND_CHECK) { in setServiceForegroundInnerLocked()2636 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "bindService: " + service in bindServiceLocked()2747 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "BIND SERVICE WHILE RESTART PENDING: " in bindServiceLocked()2849 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bind " + s + " with " + b in bindServiceLocked()2904 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "PUBLISHING " + r in publishServiceLocked()[all …]
65 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
109 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;11831 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startService()15845 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startServiceInPackage()
259 private static final boolean DEBUG_SERVICE = false; field in ActivityThread1059 if (DEBUG_SERVICE) in scheduleBindService()4512 if (DEBUG_SERVICE) in handleBindService()
2063 Landroid/app/ActivityThread;->DEBUG_SERVICE:Z