在哪里可以找到CrashLytics抛出的Logs / uncaught异常消息?我想在.txt文件中看到它们,例如,而不是仪表板。
答案 0 :(得分:1)
Make sure you've logged the data using Crashlytics.log(int priority, String tag, String msg);
before the crash happens.
On the Fabric dashboard, select an Issue, then from the Issue Details page, click on View all sessions button.
This will lead you to the specific crash details where you'll find the logs you logged before the crash. Per the documentation, the logs are a rolling 64kb FIFO buffered log.