>>>>> "MO" == Marcin Orlowski <[email protected]> writes:
MO> On 24 March 2011 18:03, Jake Colman <[email protected]> wrote: >> >> Is there a way for me to trigger a force close so that I test >> how/whether my handling of it working as I expect? >> MO> divide by zero; try to start non existing activity without using MO> try/catch, reach out of array bounds etc Why are things never easy - at least for me? I installed ACRA so that I can trap my crashes. If I throw an exception it works fine. But if I try something else such as divide by zero, and accessing a null object, I get a force close due to activity not responding. That form of crash is NOT caught by ACRA. This not an ACRA question. What determines whether Android thinks I crashed via a thrown exeception or not responding because of divide by zero? -- Jake Colman -- Android Tinkerer -- 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

