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

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

am 938e8e30: am 9f4b7a47: am 7b996853: Merge "MediaPlayer subtitle controller:...

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

* commit '938e8e30':
  MediaPlayer subtitle controller: use debug log instead of warning
parents d79117c4 938e8e30
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();
        }