We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
On a bad passphrase entry I got this:
03-07 02:14:12.832: E/AndroidRuntime(1503): java.lang.NoClassDefFoundError: info/guardianproject/database/sqlcipher/SQLiteException 03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.native_setLocale(Native Method) 03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.setLocale(SQLiteDatabase.java:2015) 03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.(SQLiteDatabase.java:1881) 03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:864)
The text was updated successfully, but these errors were encountered:
n8fr8,
Which branch was this running on?
Sorry, something went wrong.
V2
Nick Parker [email protected] wrote:
Reply to this email directly or view it on GitHub: #44 (comment)
Ah, ok - was this before or after the patches you submitted?
No branches or pull requests
On a bad passphrase entry I got this:
03-07 02:14:12.832: E/AndroidRuntime(1503): java.lang.NoClassDefFoundError: info/guardianproject/database/sqlcipher/SQLiteException
03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.native_setLocale(Native Method)
03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.setLocale(SQLiteDatabase.java:2015)
03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.(SQLiteDatabase.java:1881)
03-07 02:14:12.832: E/AndroidRuntime(1503): at net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:864)
The text was updated successfully, but these errors were encountered: