Nexus One / Android “CPU may be pegged” bug

前端 未结 5 1660
生来不讨喜
生来不讨喜 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条回答
  •  梦毁少年i
    2021-02-05 13:17

    The waitForCondition() causes the lockup (system-freeze).
    But it is not the root-cause. This seems to be a issue with

    The audio-framework (ur game has sounds?)
    -or-
    The GL rendering-subsystem.

    Any "CPU-pegged" messages in the log? You might want to take a look at this:
    http://soledadpenades.com/2009/08/25/is-the-cpu-pegged-and-friends/

提交回复
热议问题