-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Labels
auto-triagedAutomatically triaged by AIAutomatically triaged by AIneeds infoMore information needed from reporterMore information needed from reporter
Description
I'm trying to use ndk-stack to symbolicate some native crashes in our app. It is using v11.14.2. I can download the symbols following the readme:
Download the unstripped binary
Next to Mapbox Maven distribution mechanism, Mapbox Android binaries can be downloaded as a zipped archive. This zipped version contains the additional shared objects with debug symbols. Replace in following command the SDK_REGISTRY_TOKEN and VERSION with the appropriate values:
$ curl --user mapbox:{SDK_REGISTRY_TOKEN} https://api.mapbox.com/downloads/v2/mobile-maps-android-core/releases/android/11.14.2/android-core-all.zip --output android-core-all.zip
But I'm wondering if I need to add something to get the ndk27 version of the symbols? When I run ndk-stack with the 11.14.2, I get :
WARNING: Mismatched build id for android-core-all_3/obj/arm64-v8a/libmapbox-maps.so
WARNING: Expected 0b0d32525755d33ebb454e8de98bd59b89c62fba
WARNING: Found 714182332bb1cd9963a3fc5b3fba729ca3a00976
Metadata
Metadata
Assignees
Labels
auto-triagedAutomatically triaged by AIAutomatically triaged by AIneeds infoMore information needed from reporterMore information needed from reporter