am 454a956b: am a7035909: Remove logspew.

Merge commit '454a956b52884083e3436fe2ea7e478df2bcbeea' into kraken

* commit '454a956b52884083e3436fe2ea7e478df2bcbeea':
  Remove logspew.
This commit is contained in:
Daniel Sandler
2010-03-30 12:56:36 -07:00
committed by Android Git Automerger

View File

@@ -472,7 +472,7 @@ class NotificationManagerService extends INotificationManager.Stub
// ============================================================================
public void enqueueToast(String pkg, ITransientNotification callback, int duration)
{
Slog.i(TAG, "enqueueToast pkg=" + pkg + " callback=" + callback + " duration=" + duration);
if (DBG) Slog.i(TAG, "enqueueToast pkg=" + pkg + " callback=" + callback + " duration=" + duration);
if (pkg == null || callback == null) {
Slog.e(TAG, "Not doing toast. pkg=" + pkg + " callback=" + callback);