Skip to content

Commit 8a6cf5a

Browse files
committed
Add TODO
1 parent 5e778b9 commit 8a6cf5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerfEarly.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public FirebasePerfEarly(
4848
if (startupTime != null) {
4949
AppStartTrace appStartTrace = AppStartTrace.getInstance();
5050
appStartTrace.registerActivityLifecycleCallbacks(context);
51+
// TODO(b/339891952): Investigate why this runs *before* the activity lifecycle callbacks.
5152
uiExecutor.execute(new AppStartTrace.StartFromBackgroundRunnable(appStartTrace));
5253
}
5354

0 commit comments

Comments
 (0)