Really i got more crash logs of this type this morning. The case is
that this is the most frequent crash we have got on the application
(we released 2 days ago) and i would like to address it. My crash log
implementation is a subclass of UncaughtExceptionHandler, in which i
override this method public void uncaughtException(Thread t, Throwable
e) , reporting the exceptions to one of our servers.

Really the problem is that i don't know what is wrong.. It seems it is
crashing android process, but i can't figure out what could be the
reason as i don't see any line of our application...

Any ideas?

Thanks!

On this exception

On 16 jun, 04:08, TreKing <treking...@gmail.com> wrote:
> On Wed, Jun 15, 2011 at 7:23 PM, Felix Garcia Lainez <
>
> fgarcialai...@gmail.com> wrote:
> > I would like to know how to handle this kind of exceptions in which
> > there is not any reference to my application code, and in particular
> > what could have generated this one...
>
> Those are tricky - if it's rare (these are the only two reports you've ever
> gotten) then just ignore it. It's not worth the trouble.
> If it's frequent, then I would recommend a custom bug-reporting solution
> like ACRA that lets you include more information to track down bugs, like
> your own internal logs.
>
> --------------------------------------------------------------------------- 
> ----------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices

-- 
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