Searched refs:DEBUG_SERVICE (Results 1 – 5 of 5) sorted by relevance
27 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;118 private static final boolean DEBUG_DELAYED_SERVICE = DEBUG_SERVICE;564 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "START SERVICE WHILE RESTART PENDING: " + r); in startServiceLocked()767 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopService: " + service in stopServiceLocked()880 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "stopServiceToken: " + className in stopServiceTokenLocked()1316 if (DEBUG_SERVICE || DEBUG_BACKGROUND_CHECK) { in setServiceForegroundInnerLocked()1585 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "bindService: " + service in bindServiceLocked()1750 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "BIND SERVICE WHILE RESTART PENDING: " in bindServiceLocked()1834 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Bind " + s + " with " + b in bindServiceLocked()1872 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "PUBLISHING " + r in publishServiceLocked()[all …]
64 static final boolean DEBUG_SERVICE = DEBUG_ALL || false; field in ActivityManagerDebugConfig
108 import static com.android.server.am.ActivityManagerDebugConfig.DEBUG_SERVICE;13999 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startService()18349 if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, in startServiceInPackage()
231 private static final boolean DEBUG_SERVICE = false; field in ActivityThread971 if (DEBUG_SERVICE) in scheduleBindService()4012 if (DEBUG_SERVICE) in handleBindService()
2063 Landroid/app/ActivityThread;->DEBUG_SERVICE:Z