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 d8bdc5d commit 09cef68Copy full SHA for 09cef68
firebase-perf/src/main/java/com/google/firebase/perf/config/ConfigResolver.java
@@ -820,7 +820,12 @@ public double getFragmentSamplingRate() {
820
return config.getDefault();
821
}
822
823
- /** Returns if _experiment_app_start_ttid should be captured. */
+ /**
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
+ */
829
public boolean getIsExperimentTTIDEnabled() {
830
ExperimentTTID config = ExperimentTTID.getInstance();
831
0 commit comments