File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
firebase-perf/src/main/java/com/google/firebase/perf/metrics Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -580,8 +580,7 @@ public static boolean isScreenOn(Context appContext) {
580
580
* We use StartFromBackgroundRunnable to detect if app is started from background or foreground.
581
581
* If app is started from background, we do not generate AppStart trace. This runnable is posted
582
582
* 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.
585
584
*/
586
585
public static class StartFromBackgroundRunnable implements Runnable {
587
586
private final AppStartTrace trace ;
You can’t perform that action at this time.
0 commit comments