Skip to content

Commit 09cef68

Browse files
committed
Adding comment with further context on this approach.
1 parent d8bdc5d commit 09cef68

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,12 @@ public double getFragmentSamplingRate() {
820820
return config.getDefault();
821821
}
822822

823-
/** Returns if _experiment_app_start_ttid should be captured. */
823+
/**
824+
* Returns if _experiment_app_start_ttid should be captured. This experiment is disabled.
825+
* Therefore, interactions with Remote Config and the cached layer are no longer necessary,
826+
* preventing unnecessary StrictMode DiskReadViolation penalties.
827+
* {@see https://github.com/firebase/firebase-android-sdk/issues/7340}
828+
*/
824829
public boolean getIsExperimentTTIDEnabled() {
825830
ExperimentTTID config = ExperimentTTID.getInstance();
826831

0 commit comments

Comments
 (0)