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

Commit 2fa4ab04 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 454a956b: am a7035909: Remove logspew.

Merge commit '454a956b' into kraken

* commit '454a956b':
  Remove logspew.
parents d43a2b5a 454a956b
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);