Skip to content

ANR while SQLiteDatabase.loadLibs #519

Open
@arvifox

Description

@arvifox

Expected Behavior

Actual Behavior

I get an ANR during SQLiteDatabase.loadLibs(context).
I use ContentProvider to initialize the database and sqlcipher because my application works in background.
I call the loadLibs() method in the ContentProvider.
The ANR happens only on Samsung S20, S20+, S20 Ultra on Andoroid 10 (OneUI 2.5) and only after reboot of a phone.
If user starts the application manually everything works well.
Also I use ndk.abiFilters 'armeabi-v7a', 'arm64-v8a'
Please help me

Steps to Reproduce

SQLCipher version (can be identified by executing PRAGMA cipher_version;):

SQLCipher for Android version: 4.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA software enhancement for SQLCipher for Android

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions