Loading media/libmedia/mediaplayer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -124,7 +124,7 @@ status_t MediaPlayer::attachNewPlayer(const sp<IMediaPlayer>& player) mCurrentState = MEDIA_PLAYER_INITIALIZED; mCurrentState = MEDIA_PLAYER_INITIALIZED; err = NO_ERROR; err = NO_ERROR; } else { } else { ALOGE("Unable to to create media player"); ALOGE("Unable to create media player"); } } } } Loading Loading
media/libmedia/mediaplayer.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -124,7 +124,7 @@ status_t MediaPlayer::attachNewPlayer(const sp<IMediaPlayer>& player) mCurrentState = MEDIA_PLAYER_INITIALIZED; mCurrentState = MEDIA_PLAYER_INITIALIZED; err = NO_ERROR; err = NO_ERROR; } else { } else { ALOGE("Unable to to create media player"); ALOGE("Unable to create media player"); } } } } Loading