Manoel Aranda Neto
Manoel Aranda Neto
@fzyzcjy currently not, but you can pre-compile your own version of https://github.com/getsentry/sentry-native and remove features that are not used by your project.
@Swatinem can we transfer this issue to sentry-native since the Native bits live there? https://github.com/getsentry/sentry-native/tree/3436a29d839aa7437548be940ab62a85ca699635
@eakoli thanks for reporting this. could you fill-up the version of your tooling? also, do you have more info to share like the device brand & model? can you reproduce...
@Swatinem our Gradle plugin does it. https://docs.sentry.io/platforms/android/#gradle-configuration they just need to enable `uploadNativeSymbols`. @eakoli you've answered `yes` for `Sentry Android Gradle Plugin`, did you enable `uploadNativeSymbols` too? so it could...
> I have tried to use uploadNativeSymbols, but I cannot get it to work( never see any attempt to upload during the build), so we are using the sernry-cli tool...
> @marandaneto @Swatinem I have traced down the root cause of our crash. > > If you look at the symbols exported from the libsentry.so included with sentry-android it not...
btw @eakoli could you let us know what exactly have you done so if anybody else runs into the same issue, we'd be able to support them as well? thanks...
thanks @eakoli
@Swatinem friendly reminder :)
@Swatinem should we maybe move this issue to sentry-native repo then? Since the changes are in there.