2463 Disable WAL
This commit is contained in:
parent
d7ce8c57cc
commit
006204c3df
@ -334,7 +334,6 @@ public class PodDBAdapter {
|
||||
SQLiteDatabase newDb;
|
||||
try {
|
||||
newDb = SingletonHolder.dbHelper.getWritableDatabase();
|
||||
newDb.enableWriteAheadLogging();
|
||||
} catch (SQLException ex) {
|
||||
Log.e(TAG, Log.getStackTraceString(ex));
|
||||
newDb = SingletonHolder.dbHelper.getReadableDatabase();
|
||||
|
Loading…
x
Reference in New Issue
Block a user