0

06-19 07:28:51.144 2744-2744/com.musicplayer E/OpenGLRenderer﹕ Getting MAX_TEXTURE_SIZE from GradienCache 06-19 07:28:51.148
2744-2744/com.musicplayer E/OpenGLRenderer﹕ Getting MAX_TEXTURE_SIZE from Caches::initConstraints()

Shahzad Barkati
  • 2,532
  • 6
  • 25
  • 33
DroidVilla
  • 61
  • 1
  • 5

1 Answers1

0

Sounds like you might be trying to load a graphic that is too large for the media player? MAX_TEXTURE_SIZE can be checked via your code. I suggest you check the value before using it if that makes sense in your application. see this answer for more info on how to check it- stackoverflow answer

Community
  • 1
  • 1
spartikus
  • 2,852
  • 4
  • 33
  • 38