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

Improve support for symbolication #74

Open
Berstanio opened this issue Jul 20, 2024 · 0 comments
Open

Improve support for symbolication #74

Berstanio opened this issue Jul 20, 2024 · 0 comments

Comments

@Berstanio
Copy link
Contributor

If a more complex native library is built, symbols are important to make sense of backtraces.
Currently iOS is the only backend that emits symbols on build.

We should add APP_STRIP_MODE := none to android. Android native libraries are stripped on deploy, so it doesn't leak symbols.

Since the desktop native libs are not post-processed before deploy, I don't see an easy way to include symbols at the moment without leaking them.

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

No branches or pull requests

1 participant