Search code examples
androidcrashlyticscrashlytics-android

Crashlytics.log not showing in Fabric Dashboard


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?


Solution

  • 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.