Merge "Keep close_idle_connections optimization for all devices" into oc-mr1-dev

am: f0b56a65f6

Change-Id: I00d9a4ab6f3ab7929c3f8b397329200b8983e672
This commit is contained in:
Fyodor Kupolov
2017-08-24 23:46:59 +00:00
committed by android-build-merger

View File

@@ -79,8 +79,6 @@ public final class SQLiteDatabase extends SQLiteClosable {
private static final int EVENT_DB_CORRUPT = 75004; private static final int EVENT_DB_CORRUPT = 75004;
// TODO b/63398887 STOPSHIP.
// Temporarily enabled for testing across a broader set of dogfood devices.
private static final boolean DEBUG_CLOSE_IDLE_CONNECTIONS = SystemProperties private static final boolean DEBUG_CLOSE_IDLE_CONNECTIONS = SystemProperties
.getBoolean("persist.debug.sqlite.close_idle_connections", true); .getBoolean("persist.debug.sqlite.close_idle_connections", true);