tags:

views:

13

answers:

0

I'm using MediaPlayer to play some sounds files, which at times overlap. I notice that in the LogCat window I keep getting this message:

android max instances of component OMX.TI.ACC. Decode already created.

It seems to have no effect on my application as the sounds continue to play just fine. Does anyone know what this message means, and do I need to worry about it?