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

Enable linker build-id for android builds. #1624

Closed
wants to merge 1 commit into from

Conversation

mstyura
Copy link
Contributor

@mstyura mstyura commented Sep 9, 2024

Linker build-id is mandatory to make Firebase crashlytics recognise libraries which encounters crashes. So since Firebase is ubiquitous to monitor app crash performance it make sense to enable it for android builds. It only slightly increases binary size (20 bytes) but make Firebase crash symbolication work. Here I assume that debugging symbols are currently presented/published, if not the case it will be handled in subsequent PRs.
image

@matthiasblaesing
Copy link
Member

Integrated via 7a5d985 (I added a CHANGES.md entry for this).

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants