2 different crash
Application is crashing in android 4 and android 5 versions,
-
Fatal Exception: android.database.sqlite.SQLiteException
cannot rollback - no transaction is active (code 1) ################################################################# Error Code : 1 (SQLITE_ERROR) Caused By : SQL(query) error or missing database. (cannot rollback - no transaction is active (code 1)) #################################################################
-
Fatal Exception: android.database.sqlite.SQLiteException cannot rollback - no transaction is active (code 1)
code line - android.database.sqlite.SQLiteConnection.nativeExecute (SQLiteConnection.java)
Steps to Reproduce
Random issue.
'net.zetetic:android-database-sqlcipher:3.5.7@aar'
SQLCipher for Android version:
android 4 - android 5
Are you able to reproduce this issue within the SQLCipher for Android test suite?
no