I\'m using MediaPlayer to play a lot of short music in my app, but I got this warning in my logcat:
MediaPlayer info/warning (973, 0).
973, 0 means
int what, int extra
what - the type of info or warning.
what
extra - an extra code, specific to the info. Typically implementation dependent.
extra
For more details, please refer here.