WARN/ActivityManager(78): Launch timeout has expired, giving up wake lock! -> what is this

前端 未结 4 1698
别那么骄傲
别那么骄傲 2020-12-11 13:41

As the title indicates i get this \"error\" when running my little app:

WARN/ActivityManager(78): Launch timeout has expired, giving up wake lock!

4条回答
  •  温柔的废话
    2020-12-11 14:12

    I had a similar problem.
    Inside my View.dispatchDraw(), I was calling a method that triggered another dispatchDraw().
    (Adding a logline inside my dispatchDraw() showed that the function was called continuously. This did not show up when doing method profiling in Eclipse)

    Hope this is helpful to someone.

提交回复
热议问题