We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ce733 commit da8acfaCopy full SHA for da8acfa
firebase-perf/src/main/java/com/google/firebase/perf/session/SessionManager.java
@@ -74,8 +74,8 @@ public SessionManager(
74
public void onUpdateAppState(ApplicationProcessState newAppState) {
75
super.onUpdateAppState(newAppState);
76
if (appStateMonitor.isColdStart()) {
77
- // We want the Session to remain unchanged if this is a cold start of the app since we already
78
- // update the PerfSession in FirebasePerfProvider#onAttachInfo().
+ // Ignore the app state change if it's a cold start. [FirebasePerformanceSessionSubscriber]
+ // handles any change that's needed.
79
return;
80
}
81
0 commit comments