Skip to content

Improve support for symbolication #74

@Berstanio

Description

@Berstanio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions