What I do in order to report a non-fatal issue is to log an exception using the following code (remember you can throw any subclass of Exception
):
Crashlytics.logException(new Exception("My custom error message"));
What I do in order to report a non-fatal issue is to log an exception using the following code (remember you can throw any subclass of Exception
):
Crashlytics.logException(new Exception("My custom error message"));