File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
FirebasePerformance/Sources Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ - (void)setDataCollectionEnabled:(BOOL)dataCollectionEnabled {
144
144
// The data collection flag is determined by this order:
145
145
// 1. A plist flag for permanently disabling data collection
146
146
// 2. The runtime flag (GULUserDefaults)
147
- // 3. A plist flag for enabling/disabling (overrideable )
147
+ // 3. A plist flag for enabling/disabling (overridable )
148
148
// 4. The global data collection switch from Core.
149
149
- (BOOL )isDataCollectionEnabled {
150
150
/* *
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ NS_EXTENSION_UNAVAILABLE("Firebase Performance is not supported for extensions."
36
36
37
37
@end
38
38
39
- /* * CPU Gauge collector implementation. This class collects the CPU utilitization and reports back
39
+ /* * CPU Gauge collector implementation. This class collects the CPU utilization and reports back
40
40
* to the delegate.
41
41
*/
42
42
NS_EXTENSION_UNAVAILABLE (" Firebase Performance is not supported for extensions." )
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ - (void)appStateChanged:(NSNotification *)notification {
102
102
103
103
- (BOOL )gaugeCollectionEnabled {
104
104
// Allow gauge collection to happen during cold start. During dispatch time, we do another check
105
- // to make sure if gauge collection is enabled. This is to accomodate gauge metric collection
105
+ // to make sure if gauge collection is enabled. This is to accommodate gauge metric collection
106
106
// during app_start scenario.
107
107
if (self.isColdStart ) {
108
108
return YES ;
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ NS_EXTENSION_UNAVAILABLE("Firebase Performance is not supported for extensions."
161
161
- (nullable instancetype )init NS_UNAVAILABLE;
162
162
163
163
/* *
164
- * Records the begining of the network request. This is usually called just before initiating the
164
+ * Records the beginning of the network request. This is usually called just before initiating the
165
165
* request.
166
166
*/
167
167
- (void )start;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ NS_EXTENSION_UNAVAILABLE("Firebase Performance is not supported for extensions."
38
38
/* *
39
39
* Logs an event that needs to be dispatched.
40
40
*
41
- * @remark Events are logged/dispatched asynchrounously using a serial dispatch queue.
41
+ * @remark Events are logged/dispatched asynchronously using a serial dispatch queue.
42
42
* @param event The event to log.
43
43
*/
44
44
- (void )logEvent:(firebase_perf_v1_PerfMetric)event;
You can’t perform that action at this time.
0 commit comments