getsentry / sentry-native

Sentry SDK for C, C++ and native applications.
MIT License
395 stars 166 forks source link

[Android] Support dynamic page size for Android 15+ devices #989

Closed markushi closed 1 month ago

markushi commented 4 months ago

See https://developer.android.com/about/versions/15/behavior-changes-all#16-kb for more details.

Beginning with Android 15, Android supports devices that are configured to use a page size of 16 KB (16 KB devices). If your app uses any NDK libraries, either directly or indirectly through an SDK, then you will need to rebuild your app for it to work on these 16 KB devices.

yousrasd commented 2 months ago

Do we have an update on this? Android 15 will soon rollout and this could be a blocker for apps.

kahest commented 1 month ago

@yousrasd thanks for checking in - we have it on our radar and we're preparing patches for this