Nexus One / Android “CPU may be pegged” bug

前端 未结 5 1656
生来不讨喜
生来不讨喜 2021-02-05 12:36

I\'m writing a graphically intense game for the Nexus One, using the NDK (revision 4) and OpenGL ES 2.0. We\'re really pushing the hardware here, and for the most part it works

5条回答
  •  不知归路
    2021-02-05 13:20

    I don't believe such error can occur in audio code, SharedBufferStack is only used in Surface libraries. Most probably this is a bug in EGL swapBuffers or SurfaceFlinger implementation, and you should file it to the bug tracker.

提交回复
热议问题