You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carsh info:
android.database.CursorWindowAllocationException:
at android.database.CursorWindow. (CursorWindow.java:108)
at android.database.CursorWindow. (CursorWindow.java:143)
at net.sqlcipher.CursorWindow. (CursorWindow.java:67)
at net.sqlcipher.database.SQLiteCursor.fillWindow (SQLiteCursor.java:301)
at net.sqlcipher.database.SQLiteCursor.getCount (SQLiteCursor.java:292)
at android.database.CursorWrapper.getCount (CursorWrapper.java:57)
at Samsung Galaxy Note3 Android 5.0 (SDK 21)
The text was updated successfully, but these errors were encountered:
Unfortunately, a stack trace alone is not enough information to isolate an issue within SQLCipher for Android. We would ask that you review your application code to see where the call site might occur for the error when utilizing the library, evaluate the SQL command(s) being executed, and try to provide any additional information where you can. Additionally, are you able to reproduce this behavior within the SQLCipher for Android test suite? Without additional information, we are unable to provide direction for next steps.
Carsh info:
android.database.CursorWindowAllocationException:
at android.database.CursorWindow. (CursorWindow.java:108)
at android.database.CursorWindow. (CursorWindow.java:143)
at net.sqlcipher.CursorWindow. (CursorWindow.java:67)
at net.sqlcipher.database.SQLiteCursor.fillWindow (SQLiteCursor.java:301)
at net.sqlcipher.database.SQLiteCursor.getCount (SQLiteCursor.java:292)
at android.database.CursorWrapper.getCount (CursorWrapper.java:57)
at Samsung Galaxy Note3 Android 5.0 (SDK 21)
The text was updated successfully, but these errors were encountered: