My android application handles very large Bitmaps. Because of this, I turned hardware-acceleration off on the image views.
However, some users have set the Developer-Option
I have not worked with OpenGL on Android and therefore dont know is there is anything special one must do to catch uncaught exceptions or error. You could try to register a global exception handler and check if you are able to catch the OpenGL error there.