Open cHunter791 opened 2 months ago
Thank you for the report! We will take this work on to provide 16kb page size support. We will update this ticket once support is ready.
Effort to support 16KB page size can be found here: https://github.com/aws-amplify/amplify-android/pull/2919
Before opening, please confirm:
Language and Async Model
Kotlin
Amplify Categories
Not applicable
Gradle script dependencies
Environment information
Please include any relevant guides or documentation you're referencing
https://developer.android.com/guide/practices/page-sizes
Describe the bug
We are testing our app on the new Android 15 SDK. As part of this investigation we are testing the app on an emulator that usings 16KB memory page sizes that Android 15 will now support in new devices (refer to above documentation)
When the app starts, it immediately crashes. The stacktrace is pointing to the Cloudwatch library as the source of the crash when it attempts to load the
sqlcipher
library.Checking the Cloudwatch plugin you are using the
android-database-sqlcipher
library, this has since been deprecated in favour of the sqlcipher-android library. The most recent release. 4.6.1, ofsqlcipher-android
has support for 16KB page sizesReproduction steps (if applicable)
Amplify.addPlugin(AWSCloudWatchLoggingPlugin())
line and run the app again, the app will not crashCode Snippet
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response