We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2802b5 commit 6ff5b3eCopy full SHA for 6ff5b3e
FirebasePerformance/Sources/FPRClient.m
@@ -252,7 +252,7 @@ - (void)logGaugeMetric:(nonnull NSArray *)gaugeData forSessionId:(nonnull NSStri
252
- (void)processAndLogEvent:(firebase_perf_v1_PerfMetric)event {
253
BOOL tracingEnabled = self.configuration.isDataCollectionEnabled;
254
if (!tracingEnabled) {
255
- FPRLogError(kFPRClientPerfNotConfigured, @"Dropping event since data collection is disabled.");
+ FPRLogDebug(kFPRClientPerfNotConfigured, @"Dropping event since data collection is disabled.");
256
return;
257
}
258
0 commit comments