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
+
1
4
# 10.9.0
2
5
- [ fixed] Fixed a memory leak when generating session events (#11027 ).
3
6
Original file line number Diff line number Diff line change @@ -86,10 +86,7 @@ - (BOOL)isDataCollectionEnabled {
86
86
}
87
87
88
88
- (void )setDataCollectionEnabled : (BOOL )dataCollectionEnabled {
89
- BOOL performanceDataCollectionEnabled = self.dataCollectionEnabled ;
90
- if (performanceDataCollectionEnabled != dataCollectionEnabled) {
91
- [[FPRConfigurations sharedInstance ] setDataCollectionEnabled: dataCollectionEnabled];
92
- }
89
+ [[FPRConfigurations sharedInstance ] setDataCollectionEnabled: dataCollectionEnabled];
93
90
}
94
91
95
92
- (BOOL )isInstrumentationEnabled {
You can’t perform that action at this time.
0 commit comments