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

Fix line numbers in Crashlytics reports #6168

Merged
merged 4 commits into from
Jun 6, 2024

Conversation

seadowg
Copy link
Member

@seadowg seadowg commented Jun 4, 2024

This will fix the line numbers we're seeing in Crashlytics to make it easier to diagnose crash reports. It's likely this was broken when Android tooling switched to the newer R8 toolchain.

I validated this using our simulate crash feature and checked that the reported line numbers were now accurate (and were not before).

@seadowg seadowg marked this pull request as ready for review June 4, 2024 08:43
@seadowg seadowg requested a review from grzesiek2010 June 4, 2024 08:43
@seadowg
Copy link
Member Author

seadowg commented Jun 4, 2024

@lognaturel @grzesiek2010 it looks like including line numbers is bumping our APK size up ~600kb sadly.

@grzesiek2010 grzesiek2010 merged commit 1e4ed48 into getodk:master Jun 6, 2024
6 checks passed
@seadowg seadowg deleted the line-numbers branch June 6, 2024 08:41
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