Crashlytics.log not showing in Fabric dashboard

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

Crashlytics.log(mytext);

      

does not appear anywhere in the Fabric toolbar.

I couldn't find any hint of the required setup or configuration in the docs. What am I missing?

+3


source to share


1 answer


Mike from Cloth. User logs, keys and user IDs are included in every collision. To view them, go to Crashlytics dashboard.and select a specific problem.

Then click "View All Sessions" View all sessions



and you will see the latest sessions and specific data: enter image description here

It should be noted that you need to set this every time you start the application, once you know the values. They are not saved across multiple runs.

+12


source







All Articles