How come I can not find any documentation on error codes with regard to android. I am putting together an App that seemed to be working on a lower level Api setup but not on a higher one
The error occurs when trying to play an audio file and like I said it all worked in a lower version
The error code I see is in the log are:
MediaPlayer info/warning (1, 32)
MediaPlayer Info (1,32)
MediaPlayer info/warning (1,26)
MediaPlayer Info (1,26)
MediaPlayer error(351, -4)
MediaPlayer Error(351,-4)
VideoView Error(351,-4)
So if anyone can tell me what they mean it would be great but even more imprtantly how do I determine this own my own.

