将应用程序带入后台时的GPU内存泄漏问题

时间:2018-11-01 12:54:05

标签: android performance memory-management gpu

在过去的几天里,当我进入手机主屏幕时,通过在后台运行应用程序,我一直收到此错误。请帮助我。

W/OpenGLRenderer: Texture is using 0.00B, count = 1
    OffscreenBuffer is using 0.00B, count = 0
    Layer is using 0.00B, count = 1
    GPU Memory Leak happened by Application!!(2 Objects) 
    Below Textures or Layers was not cleared even though Application being closed.(It should be fixed by Application side)
    [Leak]Texture size is 0, 1440 x 2064
    [Leak]Layer size is 0, 1440 x 2064
11-01 17:58:05.473 27623-27692/ A/OpenGLRenderer: Leaked 2 GPU objects!
11-01 17:58:05.488 27623-27692/ A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 27692 (RenderThread)
11-01 17:58:08.437 27623-27623/ I/Choreographer: Skipped 171 frames!  The application may be doing too much work on its main thread.

0 个答案:

没有答案