Remove logspew.

Change-Id: I8b56a9c289dcc87080116e6af27721e24d49c3b0
This commit is contained in:
Daniel Sandler
2010-03-30 15:45:31 -04:00
parent ae405d5621
commit a703590945

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);