-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
[Android] Support dynamic page size for Android 15+ devices #3657
Comments
Hi @markushi, Does your team already have an estimated date when this will be released? We are preparing our app currently for Android 15 and Sentry not supporting 16kb page sizes yet is currently a blocker for us. Thx in advance for a reply! |
@maxoertel we don't have a specific ETA yet, but we're prioritising this. |
Hey everyone, quick update: We just shipped a |
@maxoertel any chance you could give this a try? |
@markushi Will check it next week! |
@maxoertel did you have any chance to give it a try? |
@markushi it's planned for tomorrow. |
@markushi I gave it a try and looks good, the alignment script now prints Thx for taking this on! |
Description
Related
sentry-native
issue: getsentry/sentry-native#989Android 15 devices with page size 16kb enabled, will face a startup crash when using our Sentry SDK.
As outlined here, getsentry/sentry-native#1028 NDK 27 is required in order to produce 16kb friendly libraries, which in turn requires min SDK level 21 (we're currently on 19)
After some discussion we decided to release this change, including the breaking min. SDK bump, as a minor SDK 7.x.x version - The downside of every app crashing doesn't outweigh sticking to semver, especially when 99% of devices are on 21+ already.
The text was updated successfully, but these errors were encountered: