Re: [android-developers] Avoid Force Close Message Box

2009-10-31 Thread Mark Murphy
Honest wrote:
 My application used to execute in background by service. But sometimes
 when it goes in exception it is giving Exception with the Force Close
 Message Box. I want to avoid that Message box. Is there any way to
 avoid it ?

Figure out what the exception is (look at adb logcat, DDMS, or the DDMS
perspective in Eclipse to find the Java stack trace). Then, don't cause
that exception.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Beginning Android_ from Apress Now Available!

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


[android-developers] Avoid Force Close Message Box

2009-10-30 Thread Honest
My application used to execute in background by service. But sometimes
when it goes in exception it is giving Exception with the Force Close
Message Box. I want to avoid that Message box. Is there any way to
avoid it ?

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