File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1+ # Unreleased
2+ - [ fixed] Fixed a bug to disable data collection if the data collection was disabled before Firebase application was configured.
3+
14# 10.9.0
25- [ fixed] Fixed a memory leak when generating session events (#11027 ).
36
Original file line number Diff line number Diff line change @@ -86,10 +86,7 @@ - (BOOL)isDataCollectionEnabled {
8686}
8787
8888- (void )setDataCollectionEnabled : (BOOL )dataCollectionEnabled {
89- BOOL performanceDataCollectionEnabled = self.dataCollectionEnabled ;
90- if (performanceDataCollectionEnabled != dataCollectionEnabled) {
91- [[FPRConfigurations sharedInstance ] setDataCollectionEnabled: dataCollectionEnabled];
92- }
89+ [[FPRConfigurations sharedInstance ] setDataCollectionEnabled: dataCollectionEnabled];
9390}
9491
9592- (BOOL )isInstrumentationEnabled {
You can’t perform that action at this time.
0 commit comments