GL error from OpenGLRenderer: 0x502
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Our code is performing very simple operations on a Canvas (entirely in UI thread): drawText, translate, save, restore. Occasionally, we get this (on Nexus 4 running 4.3): W/Adreno200-ES20(22118): <gl_draw_error_checks:550>: GL_INVALID_OPERATION D/OpenGLRenderer(22118): GL error from OpenGLRenderer: 0x502 E/OpenGLRenderer(22118): GL_INVALID_OPERATION and the corresponding text is not drawn to the canvas. One problem is that it happens randomly. The code will work without error for maybe 10-20 calls, then there will be this error, then back to