TestFairy not reporting crashes

385 Views Asked by At

It was working for a moment and it suddenly stopped working.

So, the integration is fine, I guess. The version is 1.7.9

Now, what I get is videos and logs for the entire sessions except when the app crashes the video ends and there is no flag of crash in dashboard.. Have anyone experienced this before?

1

There are 1 best solutions below

2
On

Could it be that you are initializing another crash handler (eg, HockeyApp or Crashlytics) after calling [TestFairy begin]? Most crash handlers don't pass the call after catching the exception, so only the last handler to be initialized will actually get the callback. TestFairy writes a log, and it should also appear in the session overview itself (in the timeline widget.) Hope this helps!