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

Support Android's default native symbol zip format #2614

Open
mmarczell-graphisoft opened this issue Feb 7, 2024 · 0 comments
Open

Support Android's default native symbol zip format #2614

mmarczell-graphisoft opened this issue Feb 7, 2024 · 0 comments
Labels
diagnostics Related to App Center's Diagnostics service feature request New feature request

Comments

@mmarczell-graphisoft
Copy link

The Android build system now has builtin support for exporting native symbols, which can be used to get symbolication in Google Play Console. It consists of .so.dbg files containing the symbols as stripped from the .so files. The App Center web interface should support this format, and state this support in documentation.

https://developer.android.com/build/shrink-code#strip-native-libraries

If your project builds an Android App Bundle, you can automatically include the native debug symbols file in it. To include this file in release builds, add the following to your app's build.gradle file:
android.buildTypes.release.ndk.debugSymbolLevel = { SYMBOL_TABLE | FULL }
...
If your project builds an APK, use the build setting shown earlier to generate the native debug symbols file separately. ... As part of the build process, the Android Gradle plugin outputs this file in the following project location:
app/build/outputs/native-debug-symbols/variant-name/native-debug-symbols.zip

@mmarczell-graphisoft mmarczell-graphisoft added the feature request New feature request label Feb 7, 2024
@DmitriyKirakosyan DmitriyKirakosyan added the diagnostics Related to App Center's Diagnostics service label Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics Related to App Center's Diagnostics service feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants