0

I see in google analytics that my app crashes on some phones (Galaxy Y and more) and I can't figure out why. I have a VU-meter which is made using Open GL. The app is: "https://play.google.com/store/apps/details?id=com.audioRec&hl=en"

Below is some stack traces taken from Analytics:

IllegalArgumentException (@EGLImpl:_eglCreateWindowSurface:-2) {GLThread 44}
RuntimeException (@GLSurfaceView$EglHelper:throwEglException:1099) {GLThread 85}
genpfault
  • 51,148
  • 11
  • 85
  • 139
Alexandru Circus
  • 5,478
  • 7
  • 52
  • 89

1 Answers1

2

You could probably fix this issue by including a newer version of GLSurfaceView.java from say JB or onwards into your project, more info:

That crash is most likely due to Galaxy Y (that run Gingerbread?) does not contain the fix described here also user @Dalinaum made an excellent answer to a similar question.

Community
  • 1
  • 1
Magnus
  • 1,483
  • 11
  • 14