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 5e778b9 commit 8a6cf5aCopy full SHA for 8a6cf5a
firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerfEarly.java
@@ -48,6 +48,7 @@ public FirebasePerfEarly(
48
if (startupTime != null) {
49
AppStartTrace appStartTrace = AppStartTrace.getInstance();
50
appStartTrace.registerActivityLifecycleCallbacks(context);
51
+ // TODO(b/339891952): Investigate why this runs *before* the activity lifecycle callbacks.
52
uiExecutor.execute(new AppStartTrace.StartFromBackgroundRunnable(appStartTrace));
53
}
54
0 commit comments