-1

The Title states the question.

Wondering if these two crash reporting software entities are able to run simultaneously.

KING
  • 938
  • 8
  • 26
  • 1
    Not really, since only one will be called when en exception is thrown. Since you can only register one exception handler. – rckoenes Oct 30 '17 at 13:53
  • @rckoenes that's what I figured.. Not sure why I received the downvote. – KING Oct 30 '17 at 14:12

1 Answers1

2

There should no problems in using another crash reporting tool with Instabug for an Android app. However, we don't recommend using another crash reporting tool for your iOS app with Instabug, as it's not 100% guaranteed that Instabug will catch the crash in this case.

Reem Ashry
  • 21
  • 3