Merge "Change the default value of sync mode to NORMAL" am: 143e1c5c77
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2215069 Change-Id: I261bf0162b297f076285d1c58e9a46b21073a7a7 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()) {
|
if (isLegacyCompatibilityWalEnabled()) {
|
||||||
return SQLiteCompatibilityWalFlags.getWALSyncMode();
|
return SQLiteCompatibilityWalFlags.getWALSyncMode();
|
||||||
} else {
|
} else {
|
||||||
return SQLiteGlobal.getDefaultSyncMode();
|
return SQLiteGlobal.getWALSyncMode();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return SQLiteGlobal.getDefaultSyncMode();
|
return SQLiteGlobal.getDefaultSyncMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user