[iOS] New flurry config. Collect crash log.

Send data only she app starts
This commit is contained in:
Kirill Zhdanovich 2013-05-16 12:18:42 +03:00 committed by Alex Zolotarev
parent 747d16d052
commit b2ae4a5fa2

View file

@ -8,12 +8,19 @@
{
[Flurry startSession:
[[NSBundle mainBundle] objectForInfoDictionaryKey:@"FlurryKey"]];
[self configure];
}
- (void) stopSession
{
}
- (void) configure
{
[Flurry setCrashReportingEnabled:YES];
[Flurry setSessionReportsOnPauseEnabled:NO];
}
- (void) logEvent:(NSString *)eventName
{
[Flurry logEvent:eventName];