[android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-25 Thread Jake Colman
> "T" == TreKing writes: T> On Thu, Mar 24, 2011 at 8:33 PM, Jake Colman wrote: >> Does any of this make any sense? T> Not really. There are ways to debug ANRs, but I haven't looked T> into. There's some file with the dump in it. Search this group, T> Dianne's mentioned it

Re: [android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 8:33 PM, Jake Colman wrote: > Does any of this make any sense? Not really. There are ways to debug ANRs, but I haven't looked into. There's some file with the dump in it. Search this group, Dianne's mentioned it a few times. -

[android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-24 Thread Jake Colman
> "T" == TreKing writes: T> On Thu, Mar 24, 2011 at 5:16 PM, Jake Colman T> wrote: >> 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. >> T> That don't make much sense. T> What det

Re: [android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-24 Thread TreKing
On Thu, Mar 24, 2011 at 5:16 PM, Jake Colman wrote: > 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 don't make much sense. What determines whether Android thinks I crashed via a thrown exeception or

[android-developers] Re: Triggering a Force Close to Test the Handling

2011-03-24 Thread Jake Colman
> "MO" == Marcin Orlowski writes: MO> On 24 March 2011 18:03, Jake Colman 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 us