[ios] Enabled GoogleAnalytics

This commit is contained in:
Alex Zolotarev 2014-11-25 14:24:53 -10:00 committed by Alex Zolotarev
parent 2cc5c9f9a1
commit 8fdb64a313

View file

@ -123,7 +123,6 @@ void InitLocalizedStrings()
// Google Analytics
NSString * googleAnalyticsTrackingId = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"GoogleAnalyticsTrackingID"];
MRGSGoogleAnalyticsParams * googleAnalyticsParams = [[MRGSGoogleAnalyticsParams alloc] initWithTrackingId:googleAnalyticsTrackingId];
googleAnalyticsParams.enable = NO;
googleAnalyticsParams.exceptionHandlerEnabled = YES;
#ifdef DEBUG
googleAnalyticsParams.logLevel = 4;