Open nairsubinp opened 5 years ago
Hi there @nairsubinp I used:
public doForceCrashIOS(): void {
Crashlytics.sharedInstance().crash();
}
public doForceCrashAndroid(): void {
throw new java.lang.Exception("Forced an exception.");
}
Which i got from this link.
But i never got the android app to report error in the dashboard. Any ideas on what I am doing wrong?
I have added the Fabric plugin. How can I do a test crash to check if my plugin works and the Crashlytics reports crash?