[Crashlytics] Enable data collection by default
Enable data collection by default, so crashes are hopefully logged. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
fa177fe96c
commit
82e3f7bd9a
1 changed files with 2 additions and 0 deletions
|
@ -165,6 +165,8 @@ void *kAppControllerContext = &kAppControllerContext;
|
||||||
while(!submitCompleted) {
|
while(!submitCompleted) {
|
||||||
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.01]];
|
[[NSRunLoop currentRunLoop] runUntilDate:[NSDate dateWithTimeIntervalSinceNow:0.01]];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[FIRAnalytics setAnalyticsCollectionEnabled:YES];
|
||||||
|
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
// Prevent updates automatically in debug builds
|
// Prevent updates automatically in debug builds
|
||||||
|
|
Loading…
Reference in a new issue