Firebase Crashlytics custom log does not appear in the console

前端 未结 5 897
眼角桃花
眼角桃花 2021-02-05 03:56

I\'ve been testing Firebase Crashlytics and even though the normal crash report works right I can\'t success trying to generate a custom as it says the documentatio

5条回答
  •  花落未央
    2021-02-05 04:07

    The logging mechanism of Crashlytics isn't built for normal logging.

    The logs that you put will show in crash reports, not as stand alone logs. Same goes for the user identifier information.

    Try forcing a crash, you should see the logs captured before the crash in the crash report. If you want normal logging, you should look into Firebase analytics, it'll help you keep track of regular events and other analytics data.

提交回复
热议问题