On Jul 26, 2011 3:00 AM, "Christophe" <[email protected]>
wrote:
>
> "Log can be expensive" => I have tried to run the same code with a
> good old "System.out.println" and the problem is still there.
>
>

That goes to the same log buffer, so no change is to be expected. Make a
list of Long and push currentTimeMillis on each call. Then dump the list to
log and see what this gives you.

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

Reply via email to