Hi,
I have recently seeen a few cases of the following error from one
particular device (Archos 5 running Android 1.6).The stack trace does
not cover any code in my app but appears to be a problem within the
Google code for the  GLSurfaceView that I am using.

Stacktrace:
java.lang.IllegalArgumentException
        at com.google.android.gles_jni.EGLImpl.eglSwapBuffers(Native Method)
        at android.opengl.GLSurfaceView$EglHelper.swap(GLSurfaceView.java:
901)
        at android.opengl.GLSurfaceView
$GLThread.guardedRun(GLSurfaceView.java:1114)
        at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:968)

Is this something I am doing? I don't do anything special with the
GLSurfaceView so it should be responsible for setting up the OpenGL
surface correctly itself. The app works fine for several thousands of
users so I wonder why this error should pop up only on this device
type.

Any ideas how to debug?

Thanks

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to