Firebase Crashlytics custom log does not appear in the console

前端 未结 5 890
眼角桃花
眼角桃花 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:14

    This worked for me.

    Crashlytics.log(message);
    Crashlytics.logException(exception);
    

    Edit: I had missed this explanation.

提交回复
热议问题