Crashlytics Test Your Implementation - tuarua/Firebase-ANE GitHub Wiki

The contents of this page are based on the original Firebase Documentation

Force a crash to test your implementation

You don't have to wait for a crash to know that Crashlytics is working. You can use the SDK to force a crash by adding the following code to your app:

crashlytics.crash();

Open your app once more to let the Crashlytics API report the crash. Your crash should show up in the Firebase console within 5 minutes.

Enable Crashlytics debug mode

If your forced crash didn't crash, crashed before you wanted it to, or you're experiencing some other issue with Crashlytics, you can enable Crashlytics debug mode to track down the problem.

CrashlyticsANE.debug = true;
crashlytics = CrashlyticsANE.crashlytics;