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

Commit 9f4b7a47 authored by Jean-Michel Trivi's avatar Jean-Michel Trivi Committed by Android Git Automerger
Browse files

am 7b996853: Merge "MediaPlayer subtitle controller: use debug log instead of warning" into mnc-dev

* commit '7b996853':
  MediaPlayer subtitle controller: use debug log instead of warning
parents c2db381e 7b996853
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2292,7 +2292,7 @@ public class MediaPlayer implements SubtitleController.Listener

    private void scanInternalSubtitleTracks() {
        if (mSubtitleController == null) {
            Log.w(TAG, "setSubtitleAnchor in MediaPlayer");
            Log.d(TAG, "setSubtitleAnchor in MediaPlayer");
            setSubtitleAnchor();
        }