On Wednesday, 15 August 2012 22:07:46 UTC+2, Romain Guy (Google) wrote:
>
> An ANR is triggered if the UI thread is blocked for 5 seconds, not 500ms.
>
>
Yes, but until the ANR hapens (or not if the UI thread is blocked fior 
say...3s), the logcat spams these messages every 500ms (CM9, ICS 4.0.4):

08-15 15:33:24.804: I/dalvikvm(8550): threadid=3: reacting to signal 3
08-15 15:33:24.882: I/dalvikvm(8550): Wrote stack traces to 
'/data/anr/traces.txt'

Shouldn't it write this file only when the ANR happens (5s) ?

-- 
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