Searched refs:DEBUG_SERVICE (Results 1 – 4 of 4) sorted by relevance
26 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;117 private static final boolean DEBUG_DELAYED_SERVICE = DEBUG_SERVICE;551 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "START SERVICE WHILE RESTART PENDING: " + r); in startServiceLocked()754 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopService: " + service in stopServiceLocked()858 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopServiceToken: " + className in stopServiceTokenLocked()1283 if (DEBUG_SERVICE || DEBUG_BACKGROUND_CHECK) { in setServiceForegroundInnerLocked()1552 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "bindService: " + service in bindServiceLocked()1717 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "BIND SERVICE WHILE RESTART PENDING: " in bindServiceLocked()1801 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bind " + s + " with " + b in bindServiceLocked()1839 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "PUBLISHING " + r in publishServiceLocked()[all …]
64 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
103 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;13907 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startService()18236 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startServiceInPackage()
230 private static final boolean DEBUG_SERVICE = false; field in ActivityThread962 if (DEBUG_SERVICE) in scheduleBindService()3972 if (DEBUG_SERVICE) in handleBindService()