As the title indicates i get this \"error\" when running my little app:
WARN/ActivityManager(78): Launch timeout has expired, giving up wake lock!
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.