Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google analytics last screen before crash for ios

My application crashes with very poor info. Is there a way that I could find the last screen name, in google analytics, when application crashes? I am tracking every screen in my application. This way I could know in what controller the bug exists. Thanks for any help!

Edit Crash report:

NSRangeException Trace: <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> CFRunLoopRunSpec
like image 774
Lukas Avatar asked Dec 11 '13 13:12

Lukas


People also ask

Does Google Analytics work on iOS?

Stay organized with collections Save and categorize content based on your preferences. Use our iOS sample app to see how Analytics works, or add Analytics to your existing app.

What is screen view Google Analytics?

Google Analytics tracks screen transitions and attaches information about the current screen to events, enabling you to track metrics such as user engagement or user behavior per screen. Much of this data collection happens automatically, but you can also manually log screenviews.


1 Answers

I came across a similar situation using Google Analytics with my app. I was able to get more information from the Crashes and Exceptions page that shows all the errors by clicking on Secondary Dimension -> Engagement -> Screen Name. This shows the screen where the crash/error occurred.

like image 179
Dan Avatar answered Oct 27 '22 00:10

Dan