Skip to content

Commit 9849f86

Browse files
committed
change default value to current behavior
1 parent a7bf51d commit 9849f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crashlytics/Crashlytics/Models/FIRCLSSettings.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,6 @@ - (BOOL)onDemandThreadSuspensionEnabled {
364364
return value.boolValue;
365365
}
366366

367-
return NO;
367+
return YES;
368368
}
369369
@end

0 commit comments

Comments
 (0)