Skip to content

Commit 4f853fa

Browse files
committed
Update method documentation.
1 parent 98986f0 commit 4f853fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firebase-perf/src/main/java/com/google/firebase/perf/metrics/AppStartTrace.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,7 @@ public static boolean isScreenOn(Context appContext) {
580580
* We use StartFromBackgroundRunnable to detect if app is started from background or foreground.
581581
* If app is started from background, we do not generate AppStart trace. This runnable is posted
582582
* to main UI thread from FirebasePerfEarly. If app is started from background, this runnable will
583-
* be executed before any activity's onCreate() method. If app is started from foreground,
584-
* activity's onCreate() method is executed before this runnable.
583+
* be executed earlier than 100ms of any activity's onCreate() method.
585584
*/
586585
public static class StartFromBackgroundRunnable implements Runnable {
587586
private final AppStartTrace trace;

0 commit comments

Comments
 (0)