forked from organicmaps/organicmaps
[iOS] New flurry config. Collect crash log.
Send data only she app starts
This commit is contained in:
parent
747d16d052
commit
b2ae4a5fa2
1 changed files with 7 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Reference in a new issue