Searched refs:DEBUG_SERVICE (Results 1 – 4 of 4) sorted by relevance
32 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;131 private static final boolean DEBUG_DELAYED_SERVICE = DEBUG_SERVICE;606 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "START SERVICE WHILE RESTART PENDING: " + r); in startServiceLocked()817 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopService: " + service in stopServiceLocked()930 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopServiceToken: " + className in stopServiceTokenLocked()1375 if (DEBUG_SERVICE || DEBUG_BACKGROUND_CHECK) { in setServiceForegroundInnerLocked()1836 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "bindService: " + service in bindServiceLocked()2000 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "BIND SERVICE WHILE RESTART PENDING: " in bindServiceLocked()2091 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bind " + s + " with " + b in bindServiceLocked()2146 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "PUBLISHING " + r in publishServiceLocked()[all …]
65 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
107 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;15019 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startService()19463 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startServiceInPackage()
248 private static final boolean DEBUG_SERVICE = false; field in ActivityThread1001 if (DEBUG_SERVICE) in scheduleBindService()4211 if (DEBUG_SERVICE) in handleBindService()