Android Canvas OpenGL Renderer is out of memory

Deadly 提交于 2019-12-07 08:50:43

问题


I develop android library for drawing chart at view, using canvas.
However, the following errors occur frequently.

LogCat:

D/NvOsDebugPrintf(11526): NvRmChannelSubmit: NvError_IoctlFailed with error code 12
D/NvOsDebugPrintf(11526): NvRmChannelSubmit failed (err = 196623, SyncPointValue = 94008102)
(87 times repeat)
D/OpenGLRenderer(11526): GL error from OpenGLRenderer: 0x505
E/OpenGLRenderer(11526): OpenGLRenderer is out of memory!

Solution is not found although I am groping for various causes and solution. So, please tell me about what can become a cause which such an error generates? And how can solve this problem.

I beg your kindness. Finally my sincere apologies for my poor English.

来源:https://stackoverflow.com/questions/11911030/android-canvas-opengl-renderer-is-out-of-memory

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!