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

Commit d31c2d0b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "NotificationPlayer: fix debug log error" into main

parents 71d6109e 0a65df6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ public class NotificationPlayer implements OnCompletionListener, OnErrorListener
                }
                if (mp != null) {
                    if (DEBUG) {
                        Log.d(mTag, "mPlayer.pause+release piid:" + player.getPlayerIId());
                        Log.d(mTag, "mp.pause+release piid:" + mp.getPlayerIId());
                    }
                    mp.pause();
                    try {