[Crashlytics] Enable data collection by default
Enable data collection by default, so crashes are hopefully logged. Signed-off-by: Christopher Snowhill <kode54@gmail.com>swiftingly
parent
fa177fe96c
commit
82e3f7bd9a
|
@ -166,6 +166,8 @@ void *kAppControllerContext = &kAppControllerContext;
|
|||
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.01]];
|
||||
}
|
||||
|
||||
[FIRAnalytics setAnalyticsCollectionEnabled:YES];
|
||||
|
||||
#ifdef DEBUG
|
||||
// Prevent updates automatically in debug builds
|
||||
[updater setAutomaticallyChecksForUpdates:NO];
|
||||
|
|
Loading…
Reference in New Issue