Use a toast or a alert...
Catch(Exception e)
{
Toast.makeText(this, e.toString() , Toast.LENGTH_LONG).show();
}
Regards,
Immanuel
On Feb 26, 9:41 am, grennis <[email protected]> wrote:
> I would like to display details of exception (message, type, stack
> trace, etc) to the user when an error occurs rather than just "force
> close". Is there something in the OS or has someone written a dialog
> to display exception details?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---