This means that your main thread is continually running, pumping message
through its message queue without ever going idle.  If that is what you
want, there is nothing to fix.  This is why the log message is a warning,
not an error.

On Fri, Jun 24, 2011 at 11:12 AM, dario <ber...@gmail.com> wrote:

> Hello
>
> I tryed to start Activity from other Activity
>
> startActivity(Main.this,Game.class);
>
>
> and when Game activity is show on the screen after 1-2 sec its go left
> and make black screen and its write this warrning
>
> 05-17 10:07:24.819: WARN/ActivityManager(73): Launch timeout has
> expired, giving up wake lock!
> 05-17 10:07:24.849: WARN/ActivityManager(73): Activity idle timeout
> for ActivityRecord{40968180 game.android.test/.Game}
>
> what I can to fix?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to