File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
firebase-perf/src/main/java/com/google/firebase/perf/application Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ public synchronized void onActivityStopped(Activity activity) {
174
174
// no more activity in foreground, app goes to background.
175
175
stopTime = clock .getTime ();
176
176
sendSessionLog (Constants .TraceNames .FOREGROUND_TRACE_NAME .toString (), resumeTime , stopTime );
177
- // order is important to transport _fs before triggering a sessionId change b/204362742
177
+ // order is important to complete _fs before triggering a sessionId change b/204362742
178
178
updateAppState (ApplicationProcessState .BACKGROUND );
179
179
}
180
180
}
@@ -198,7 +198,7 @@ public synchronized void onActivityResumed(Activity activity) {
198
198
} else {
199
199
// case 2: app switch from background to foreground.
200
200
sendSessionLog (Constants .TraceNames .BACKGROUND_TRACE_NAME .toString (), stopTime , resumeTime );
201
- // order is important to transport _bs before triggering a sessionId change b/204362742
201
+ // order is important to complete _bs before triggering a sessionId change b/204362742
202
202
updateAppState (ApplicationProcessState .FOREGROUND );
203
203
}
204
204
} else {
You can’t perform that action at this time.
0 commit comments