Google Analytics Crash Reporting in iOS 8
I have included Google Analytics in my project and I don't see full log errors in the reports
NSInvalidArgumentException Trace: <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> <redacted> <redacted>
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[[GAI sharedInstance] setTrackUncaughtExceptions:YES];
But how can I see the complete log?
+3
source to share
No one has answered this question yet
Check out similar questions: