Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 454a956b authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am a7035909: Remove logspew.

Merge commit 'a7035909' into froyo-plus-aosp

* commit 'a7035909':
  Remove logspew.
parents 7fb1a891 a7035909
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);