Merge "Change the default value of sync mode to NORMAL" am: 143e1c5c77 am: 6d90446570 am: 79263587a1
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2215069 Change-Id: I560a6f70f003179ee759e7a64eb92d3c378219c2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -299,7 +299,7 @@ public final class SQLiteDatabaseConfiguration {
|
||||
if (isLegacyCompatibilityWalEnabled()) {
|
||||
return SQLiteCompatibilityWalFlags.getWALSyncMode();
|
||||
} else {
|
||||
return SQLiteGlobal.getDefaultSyncMode();
|
||||
return SQLiteGlobal.getWALSyncMode();
|
||||
}
|
||||
} else {
|
||||
return SQLiteGlobal.getDefaultSyncMode();
|
||||
|
||||
Reference in New Issue
Block a user