Some users of my app are having an issue on line 242. Right now I'm only having a couple of users with this issue, but they cannot play anything with prestissimo enabled. Of course I cannot replicate this issue...
public void start() {
switch (mCurrentState) {
case STATE_PREPARED:
case STATE_PLAYBACK_COMPLETED:
mCurrentState = STATE_STARTED;
Log.d(SoundService.TAG_API, "State changed to STATE_STARTED");
mContinue = true;
mTrack.play(); <=
decode();
I'm having an issue on L242
Some users of my app are having an issue on line 242. Right now I'm only having a couple of users with this issue, but they cannot play anything with prestissimo enabled. Of course I cannot replicate this issue...
I'm having an issue on L242