Reputation: 11124
I have read the Crashlytics doc and doesn't found a clue on how to send the full stack trace without make the app crash.
Upvotes: 1
Views: 405
Reputation: 11124
May be this is the solution
Crashlytics.logException(new Throwable());
Upvotes: 3