本文介绍了我在哪里可以查看Google Analytics iOS崩溃日志?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在适用于iOS的Google Analytics原生SDK(v2 Beta)中,我在文档中找到以下代码:
In Google Analytics native SDK for iOS (v2 Beta) I found the following line in there documentation:
// Optional: automatically track uncaught exceptions with Google Analytics.
[GAI sharedInstance].trackUncaughtExceptions = YES;
这是否意味着Google Analytics现在还支持崩溃日志跟踪(如BugSense或Crittercism)?但是我在哪里可以在Google Analytics的在线界面中找到它们?
Does this mean, that Google Analytics now also supports crash logs tracking (like BugSense or Crittercism)? But where do I find them in the online interface of Google Analytics?
推荐答案
在左侧面板中,展开Engagement菜单,然后点击Crash and例外
On the left panel, expand the Engagement menu and then click on Crash and Exceptions
更新:
现在它是GoogleAnalytics V4并为此而去
Now it is GoogleAnalytics V4 and for that go
这篇关于我在哪里可以查看Google Analytics iOS崩溃日志?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!