-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove AQS based session ID dependency from Fireperf. #5454
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we just removing the AQS session id mapping for Fireperf events but still sending AQS session events and forwarding performance's collection status?
We are trying to make Fireperf not be impacted by AQS changes. Basically, for the multi process fix - we are taking an approach where Fireperf does not get impacted and then bring this change back in Fireperf. So, Fireperf will no longer get the sessionID from AQS until the multi process fix has landed. |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
firebase-perf/src/main/java/com/google/firebase/perf/FirebasePerfRegistrar.java
Outdated
Show resolved
Hide resolved
/retest |
firebase-perf/CHANGELOG.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this file merged slightly wrong? You're change entry should go under unreleased and 20.5.0 is already out and the Kotlin block got removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just fixed the CHANGELOG to reflect the changes. Is the sessions-nine branch updated? I branched out of that branch.
ffe4216
to
2c195bb
Compare
No description provided.