[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
|
@ -165,6 +165,8 @@ void *kAppControllerContext = &kAppControllerContext;
|
|||
while(!submitCompleted) {
|
||||
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.01]];
|
||||
}
|
||||
|
||||
[FIRAnalytics setAnalyticsCollectionEnabled:YES];
|
||||
|
||||
#ifdef DEBUG
|
||||
// Prevent updates automatically in debug builds
|
||||
|
|
Loading…
Reference in New Issue