-
Notifications
You must be signed in to change notification settings - Fork 624
Remove synchronized blocks from TesterSignInManager #4520
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
Conversation
Generated by 🚫 Danger |
Coverage Report 1Affected Products
Test Logs |
} | ||
ErrorMessages.AUTHENTICATION_CANCELED, AUTHENTICATION_CANCELED)) | ||
.addOnSuccessListener( | ||
unused -> LogWrapper.e(TAG, "App Resumed without sign in flow completing.")); |
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.
nit: "resumed" should be lower case.
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (aa01253) and the base commit (e61f367) are not available. No macrobenchmark data found for the base commit (e61f367). Analysis for the CI merge commit (aa01253) can be found at: |
9aacf59
to
c527645
Compare
* Some improvements to the task caches * Remove synchronized blocks from TesterSignInManager
* Some improvements to the task caches * Remove synchronized blocks from TesterSignInManager
* Some improvements to the task caches * Remove synchronized blocks from TesterSignInManager
* Some improvements to the task caches * Remove synchronized blocks from TesterSignInManager
Also moves to
@LightweightExecutor
now that there are no more blocking operations.