Crashlytics.log not showing in Fabric Dashboard

michaelsmith picture michaelsmith · Jul 6, 2017 · Viewed 7.3k times · Source

I am using Crashlytics and fatal crashes get delivered. However the data added with

Crashlytics.log(mytext);

is not showing anywhere in Fabric Dashboard.

I couldnt find any hint on a necessary setup or configuration in the docs. What am I missing?

Answer

Mike Bonnell picture Mike Bonnell · Jul 6, 2017

Mike from Fabric here. Custom logs, keys and user identifiers are included on a per crash basis. To view them, go from your Crashlytics dashboard. and click on a specific issue.

Then click on "View All Sessions"View All sessions

and you'll see the most recent session and specific data:enter image description here

One thing to note is that you need to set this on each launch of the app once you know the values. They are not persisted across multiple launches.