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

Commit d1f2141a authored by Eric Laurent's avatar Eric Laurent
Browse files

More log in NotificationPlayer

Enable debug log in NotificationPlayer.

Bug: 339258881
Test: make
Flag: EXEMPT more log
Change-Id: I7949fad809bfe63d0936612b2472e493db9fe8a4
parent 7a973363
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