Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I view the Google Analytics iOS crash logs?

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;

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?

like image 767
miho Avatar asked Nov 07 '12 18:11

miho


2 Answers

Google Analytics iOS crash logs

On the left panel, expand the Engagement menu and then click on Crash and Exceptions

Update:

Now it is GoogleAnalytics V4 and for that go

Behavior -> Crashes and Exceptions

enter image description here

like image 51
Hắc Huyền Minh Avatar answered Sep 29 '22 22:09

Hắc Huyền Minh


Look in Behavior > Crashes and Exceptions.

like image 45
manfcas Avatar answered Sep 29 '22 22:09

manfcas