OSDN Git Service

When checking the current playback position against the length
authorMarco Nelissen <marcone@google.com>
Fri, 26 Jun 2009 21:23:31 +0000 (14:23 -0700)
committerMarco Nelissen <marcone@google.com>
Fri, 26 Jun 2009 21:23:31 +0000 (14:23 -0700)
commit2f9a1ce2f3b0ae72d698c240ce8448bc7cfe3a77
tree96757895940ff4d087350c1ba66b7e7a20618545
parentc8aa837a48287ad94ee0dcacb525b420a908a06d
When checking the current playback position against the length
of the file, make sure the length is valid. Otherwise we can
end up endlessly (recursively) calling next(), and run out of
stack.
src/com/android/music/MediaPlaybackService.java