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

Commit 7a6adc8f authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Add case for MEDIA_STARTED

So that it's not logged as an unrecognized message anymore.

Bug: 205124386
Change-Id: Id70b19f1569c921792ad64dd8f45be3ca51f9f28
Tested: Presubmit (change is reasonably safe).
parent 33e25e5f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -949,6 +949,9 @@ void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj)
        mVideoWidth = ext1;
        mVideoHeight = ext2;
        break;
    case MEDIA_STARTED:
        ALOGV("Received media started message");
        break;
    case MEDIA_NOTIFY_TIME:
        ALOGV("Received notify time message");
        break;