marc
marc

Reputation: 126

Crashlytics customkey reporting when crashing

When using customkey with the following

  Crashlytics.setString(item.first,item.second);

I can retrieve those key values back in the console (Non Fatal) when using

  Crashlytics.logException(e);

But for crash session (fatal ) ,self sent by Crashlytics I can NOT see any log , key / value . I can only see the stack trace , and all device information ... key /value are empty :(

Upvotes: 0

Views: 31

Answers (1)

UgAr0FF
UgAr0FF

Reputation: 825

Open your crash and click the "View all sessions" button and you see all your custom keys

Upvotes: 1

Related Questions