This is very strange since I do not use opengl in my application!
I get this stack trace (thanks to ACRA):
java.lang.RuntimeException: eglConfig not initialized
at android.view.HardwareRenderer$GlRenderer.initializeEgl(HardwareRenderer.java:582)
at android.view.HardwareRenderer$GlRenderer.initialize(HardwareRenderer.java:518)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1300)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2442)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4575)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:789)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:556)
at dalvik.system.NativeStart.main(Native Method)
Some tips:
- It started only in the version of my application that I added the widget. So this is probably related to the visualization of Widget.
- It happened several times, and it seems to come from the same device.
- This device reports every screen size every time ...
Something all reports have:
- PHONE_MODEL = cm_tenderloin
- BRAND = General
- PRODUCT = touchpad
- ANDROID_VERSION = 4.0.4
- same "INSTALLATION_ID"
- the same "SERIAL" which is unnaturally long
Any idea what is going on?
source
share