Skip to content

Commit 611d8eb

Browse files
committed
Update comments to reflect 100%.
1 parent 98a5b87 commit 611d8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/config/ConfigurationConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ protected static synchronized FragmentSamplingRate getInstance() {
640640

641641
@Override
642642
protected Float getDefault() {
643-
// Sampling rate range is [0.00f, 1.00f]. By default, sampling rate is 0.20f, which is 20%.
643+
// Sampling rate range is [0.00f, 1.00f]. By default, sampling rate is 1.00f, which is 100%.
644644
// 0.00f means 0%, Fireperf will not capture any event for fragment trace from the device,
645645
// 1.00f means 100%, Fireperf will capture all events for fragment trace from the device.
646646
return 1.00f;

0 commit comments

Comments
 (0)