Skip to content
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

Add support for 16KB page sizes (Android 15) #3620

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

markushi
Copy link
Member

@markushi markushi commented Aug 6, 2024

📜 Description

Configures all relevant builds to use 16KB page size, inspired by getsentry/sentry-native#1028.

💡 Motivation and Context

This fixes the 7.x sentry-android SDK side of getsentry/sentry-native#989.

💚 How did you test it?

Manual testing using the Android 15 - 16KB page size enabled emulator.

📝 Open Tasks

  • Switch to release branch of sentry-native (right now it's the feat/support_16kb_page_size branch)

🔮 Next steps

Copy link
Contributor

github-actions bot commented Aug 6, 2024

Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against aecdf8a

@@ -21,6 +21,10 @@
- Fix `RejectedExecutionException` when redacting a screenshot
- Fix `FileNotFoundException` when persisting segment values

### Features

- Add support for 16KB page sizes (Android 15) ([#3620](https://github.com/getsentry/sentry-java/pull/3620))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 🚫 The changelog entry seems to be part of an already released section ## 7.14.0.
    Consider moving the entry to the ## Unreleased section, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant