sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

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

Open markushi opened this issue 1 year ago • 0 comments

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.

markushi avatar May 21 '24 06:05 markushi