I think I found the problem. After some debugging I think the problem is 
timer.scheduleRepeating(milliseconds) . It will run the timer only once 
after the device wakes up from sleep, but it takes a lot of time to "catch 
up" or something. I replaced timer.scheduleRepeating with 
timer.schedule(millis) and I call that again in the run() method of the 
timer to have the same behaviour without Android app freezing.

maanantai, 13. tammikuuta 2014 12.07.05 UTC+2 svkirans kirjoitti:
>
> It is hard to say what is causing this issue with this information. Can 
> you use Chrome Developer tools to see if there are any memory leaks or 
> performance bottle necks ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to