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

Commit ca216a03 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 5c9f3579: am f30fae63: Merge "Add a check to track a problem the monkey...

am 5c9f3579: am f30fae63: Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread

Merge commit '5c9f3579'

* commit '5c9f3579':
  Add a check to track a problem the monkey script has been triggering.
parents 03f3cb08 5c9f3579
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -595,6 +595,9 @@ void MediaPlayer::notify(int msg, int ext1, int ext2)
        break;
    case MEDIA_PLAYBACK_COMPLETE:
        LOGV("playback complete");
        if (mCurrentState == MEDIA_PLAYER_IDLE) {
            LOGE("playback complete in idle state");
        }
        if (!mLoop) {
            mCurrentState = MEDIA_PLAYER_PLAYBACK_COMPLETE;
        }