Pedro Fraca wrote: > Hi I want to listen the android standard exceptions to manage it. But > I don't put try/cath in all my code. Anyone knows if i can redirect > the error output to my code. > > I've seen this System.setErr method, but It doens't works for this > purpouse.
Try Thread.setDefaultUncaughtExceptionHandler(). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

