All uncaught exceptions are logged. The library you are using is
probably catching them at a different level, preventing them from
showing up in the log.


On Sun, Mar 29, 2009 at 4:14 PM, Dirk Jaeckel <dirk.jaec...@gmail.com> wrote:
>
> Hi!
>
> Usually I can see the exceptions that are thrown in my application via adb 
> logcat. But they
> seem to get lost when thrown by code running in a somehow different Thread.
>
> I use the Smack Library to receive XMPPMessages. When the receiving thread 
> throws a
> NullPointerException that is not logged. I can catch it myself and log it with
> android.util.Log.
>
> Is it possible to have logcat show all stacktraces from all exceptions thrown 
> in all Threads?
>
> Regards,
> Dirk
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to