This question may sound a little silly 😉
How would approach the possibility of an uncaught exception within the UncaughtExceptionHandler?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, you have to catch them yourself. The documentation of
uncaughtException()linked by you states this clearly:But you can only plan so far. So you handle the exceptions of your exception handler but who handles that code? It’s the same with logging a failed logging event. Exception handlers all the way down…