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

Commit de391b7f authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "More log in NotificationPlayer" into main

parents 076e6fc6 d1f2141a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ import java.util.LinkedList;
public class NotificationPlayer implements OnCompletionListener, OnErrorListener {
    private static final int PLAY = 1;
    private static final int STOP = 2;
    private static final boolean DEBUG = false;
    private static final boolean DEBUG = true;

    private static final class Command {
        int code;
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ import javax.inject.Inject;
@SysUISingleton
public class RingtonePlayer implements CoreStartable {
    private static final String TAG = "RingtonePlayer";
    private static final boolean LOGD = false;
    private static final boolean LOGD = true;
    private final Context mContext;

    // TODO: support Uri switching under same IBinder