Skip to content
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

Performance Improvements - Move Some Initialization Work to a Background Thread #7332

Merged
merged 5 commits into from
Jan 20, 2021

Conversation

elenadoty
Copy link
Contributor

@elenadoty elenadoty commented Jan 20, 2021

Some of our initialization work can be done on a background thread. This will improve the speed of the SDK's startup.

@@ -1,5 +1,6 @@
# v7.4.0
- [changed] Removed obsolete crash reporting mechanism from the SDK (#7076).
- [changed] Moved some binary image work to be done asynchronously to improve start-up performance (#7332).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think this needs to be under Unreleased section

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep my bad

Copy link
Contributor

@samedson samedson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@elenadoty elenadoty changed the title Performance Improvements Performance Improvements - Move Some Initialization Work to a Background Thread Jan 20, 2021
@elenadoty elenadoty merged commit 9349a3c into master Jan 20, 2021
@elenadoty elenadoty deleted the images_at_crash branch January 20, 2021 22:42
@firebase firebase locked and limited conversation to collaborators Feb 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants