Search code examples
androidbugsense

Why is BugSense missing exceptions?


My app has an occasional bug in it. Flurry shows me this:

class java.lang.RuntimeException
Msg: Unable to resume activity {com.blag.myapp/com.blah.myapp.activity.MyActivity}:
java.lang.NullPointerException

But with no line number or stack trace it's hard to know the cause. The activity makes a call to BugSenseHandler.setup() in onCreate() and it usually works, but sometimes BugSense fails to report a fatal exception.

Am I doing something wrong, or is BugSense unreliable?


Solution

  • That is strange (BugSense co-founder here). We've never had any problems reported. Maybe Dalvik is killing everything?

    Is your app a widget?