我在我的应用程序的一个活动中包含了以下代码,
Crashlytics.setInt("Total minutes used", (int) (long) (prefs.getLong("totalMinutesUsed", 0)));
Crashlytics.setInt("Distinct Days Launched", (int) (long) (prefs.getLong("distinctDaysLaunchCount", 1)));
Crashlytics.setInt("Share count", (int) (long) (prefs.getLong("shareCount", 0)));
Crashlytics.setInt("Launch count", (int) (long) (prefs.getLong("launchCount", 0)));
我想知道,如何在Crashlytics网站门户中看到此跟踪数据?
答案 0 :(得分:0)
感谢。您将在日志和密钥中看到此登录的各个会话。转到崩溃并单击“查看所有会话”以浏览会话数据。