Replying back to the group. On Sat, May 14, 2011 at 1:35 AM, Edmund <[email protected]> wrote:
> > If I set an uncaught exception handler in an APK that is always > running (i made it a system service for framework/monitoring > purposes), will it catch the crashes from other APK's and prevent the > pop-up there too? > Uncaught exceptions handlers are per thread, or a default one for all threads. You can't mess with other processes. What exactly are you trying to achieve? -- 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

