Android Canvas OpenGL Renderer not working

I am developing an android library for drawing diagrams while viewing using canvas.
However, the following errors often occur.

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!

No solution was found, although I feel for various causes and solutions. So, please tell me what could be causing this error? And how to solve this problem.

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

+4
source share

All Articles