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

* #522 -- includes line number debug information for native code. #524

Merged
merged 1 commit into from
Nov 21, 2020

Conversation

dkimitsa
Copy link
Contributor

@dkimitsa dkimitsa commented Oct 5, 2020

It helps better symbolicate crash logs by keeping debug symbols for native library.
Sample of problem is described in #522

There is a tradeoff: debug information will increase size of native libraries (for e.x. ARM64 - from 26 to 36 MB).
This will not affect application binary (e.g. IPA size)

@Tom-Ski Tom-Ski merged commit b11ec7e into MobiVM:master Nov 21, 2020
@dkimitsa dkimitsa deleted the fix/522-linenumbs branch November 24, 2020 07:51
Tom-Ski added a commit that referenced this pull request Dec 4, 2020
Revert "* #524 -- includes line number debug information for native code."
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