UmAnusorn
UmAnusorn

Reputation: 11124

Android send full stack trace via Crashlytics

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

Answers (1)

UmAnusorn
UmAnusorn

Reputation: 11124

May be this is the solution

Crashlytics.logException(new Throwable());

Upvotes: 3

Related Questions