On Saturday, December 11, 2010 6:57:52 PM UTC, hackbod wrote:

On Sat, Dec 11, 2010 at 9:06 AM, String <[email protected]>
wrote:

You might also be running into ANR limits, which can vary by
device/build. Just because your code is running in a service doesn't
make it immune from ANR, and I've noticed that recent OS versions
summarily kill ANR processes in appwidgets, rather than showing the
user a dialog.


ANRs for background processes have never been shown on user builds (no
reason to annoy the user about them);


Ah, I didn't realize that.


they have always been shown on development builds (such as running in
the emulator).


What's changed recently, then, is that background ANRs now kill the
process in the emulator as well - making it impossible to debug them.
Just confirmed this on my 2.2 emulator.


String

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