admin管理员组

文章数量:1558092

Waiting for application to become ready for input: xxxx Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it.

  1. 在onTouchEvevent里避免做耗时操作。
  2. 在Move里避免生成对象,过多的new新对象会导致虚拟机来不及释放。(Wait for concurrent GC blocked)

问题提供者:H!ccup


本文标签: touchedWaitingfinishedwindow