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 0929e74 commit b04efd0Copy full SHA for b04efd0
firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerfEarly.java
@@ -69,7 +69,8 @@ public void onSessionChanged(@NonNull SessionDetails sessionDetails) {
69
70
@Override
71
public boolean isDataCollectionEnabled() {
72
- // If there is no cached config data available for data collection, be conservative. Return false.
+ // If there is no cached config data available for data collection, be conservative.
73
+ // Return false.
74
if (!configResolver.isCollectionEnabledCacheAvailable()) {
75
return false;
76
}
0 commit comments