문제

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?

도움이 되었습니까?

해결책

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

Is your app a widget?

다른 팁

i have tried bugsense it only gives you log when force close dialog occurs in application ,and when some error occurs but it is handled by try catch then bugsense does not give log

You mean that your app has crashed? or keep running?

I think that Flurry shows many Error Exceptions that do not crash the app or just handled, Flurry's reports have too less information, so you cannot really understand what is going on.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top