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

Support 16kb page size for Android 15+ devices #2062

Closed
yousrasd opened this issue Jul 30, 2024 · 1 comment
Closed

Support 16kb page size for Android 15+ devices #2062

yousrasd opened this issue Jul 30, 2024 · 1 comment

Comments

@yousrasd
Copy link

yousrasd commented Jul 30, 2024

Description

I am encountering issues when running my app on Android 15 devices with a 16 KB page size, particularly with some native components. Are there any plans to recompile the library to address these issues and ensure compatibility with phones that have a 16 KB page size?

As stated on Android doc,

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.

An analysis of my app using the APK Analyzer as described by Android shows that it does use bugsnag as native code.

image

These are the native binaries reported by the APK analysis:

  • libbugsnag-plugin-android-anr.so
  • libbugsnag-ndk.so
  • libbugsnag-root-detection.so


Describe the solution you'd like

  • I would like for bugsnag to support 16kb page size phones so that apps supporting sdk 35 do not crash


Additional context

@yousrasd yousrasd changed the title Compile for Android with support for 16 KB page sizes Add support for 16 KB page sizes Jul 30, 2024
@yousrasd yousrasd changed the title Add support for 16 KB page sizes Support 16kb page size for Android 15+ devices Jul 30, 2024
@yousrasd
Copy link
Author

found that it was supported here #2040

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

No branches or pull requests

1 participant