Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find logs logged by Fabric's Crashlytics

I've embedded Fabric's Answers and Crashlytics in my iOS app, and also implemented the Crashlytics logger (CLS_LOG). But I could not find (or understand) in their documentation where can I find the logs logged by that logger. Is it only sent in a case of a crash? Is it part from the crash report?

like image 269
Ariel Netz Avatar asked Apr 03 '17 14:04

Ariel Netz


1 Answers

It's a bit old question but maybe it helps. You can find logs in this order;

  1. Enter into details of the crash by clicking on the crash in the list.
  2. In the right bottom you will see version information. Click on which version you want to see logs from.
  3. In the opened panel you will see a log switch button. Be sure that it is open.
  4. When you open logs from switch button you will see logs and you will be able to download logs. I hope it helps.
like image 131
DiRiNoiD Avatar answered Sep 28 '22 06:09

DiRiNoiD