Skip to content

Commit a1fe411

Browse files
committed
clarify
1 parent b6b7e2d commit a1fe411

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/metrics/AppStartTrace.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class AppStartTrace implements ActivityLifecycleCallbacks, LifecycleObser
7575
private static final @NonNull Timer PERF_CLASS_LOAD_TIME = new Clock().getTime();
7676
private static final long MAX_LATENCY_BEFORE_UI_INIT = TimeUnit.MINUTES.toMicros(1);
7777

78-
// If the `mainThreadRunnableTime` was set earlier than this this duration, the assumption
78+
// If the `mainThreadRunnableTime` was set within this duration, the assumption
7979
// is that it was called immediately before `onActivityCreated` in foreground starts on API 34+.
8080
private static final long MAX_BACKGROUND_RUNNABLE_DELAY = TimeUnit.MILLISECONDS.toMicros(100);
8181

0 commit comments

Comments
 (0)