I am trying to prevent the error message popup for APK's that i dont'
control the code for. For APK's i create, i can add the uncaught exception
handler into the code. i want to prevent the popup error message even from
3rd party APK's. is that possible at an application level or do i have to
modify the android source code?

On Fri, May 13, 2011 at 10:12 AM, Nikolay Elenkov <[email protected]
> wrote:

> 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

Reply via email to