NoHttp icon indicating copy to clipboard operation
NoHttp copied to clipboard

android.database.sqlite.SQLiteException: not an error (code 0)

Open animus198656 opened this issue 6 years ago • 0 comments

android.database.sqlite.SQLiteException: not an error (code 0) at android.database.sqlite.SQLiteConnection.nativeRegisterLocalizedCollators(SQLiteConnection.java) at android.database.sqlite.SQLiteConnection.setLocaleFromConfiguration(SQLiteConnection.java:374) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:231) at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:206) at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:185) at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:177) at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:836) at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:821) at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:714) at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:234) at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:187) at com.yanzhenjie.nohttp.db.BaseDao.b(BaseDao.java) at com.yanzhenjie.nohttp.cache.CacheEntityDao.a(CacheEntityDao.java) at com.yanzhenjie.nohttp.db.BaseDao.getList(BaseDao.java) replace(BaseDao.java) getTableName(BaseDao.java) at com.yanzhenjie.nohttp.cache.DBCacheStore.a(DBCacheStore.java) at com.yanzhenjie.nohttp.cache.DBCacheStore.b(DBCacheStore.java) at com.yanzhenjie.nohttp.rest.RestProtocol.a(RestProtocol.java) at com.yanzhenjie.nohttp.rest.SyncRequestExecutor.a(SyncRequestExecutor.java) at com.yanzhenjie.nohttp.rest.AsyncRequestExecutor$RequestTask.run(AsyncRequestExecutor.java) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:818)

animus198656 avatar Nov 24 '17 10:11 animus198656