Merge "Add a check to track a problem the monkey script has been triggering." into gingerbread
This commit is contained in:
committed by
Android (Google) Code Review
commit
f30fae6338
@@ -590,6 +590,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user