Loading core/java/android/database/sqlite/SQLiteDatabase.java +0 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,6 @@ public final class SQLiteDatabase extends SQLiteClosable { 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 .getBoolean("persist.debug.sqlite.close_idle_connections", true); Loading Loading
core/java/android/database/sqlite/SQLiteDatabase.java +0 −2 Original line number Diff line number Diff line Loading @@ -79,8 +79,6 @@ public final class SQLiteDatabase extends SQLiteClosable { 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 .getBoolean("persist.debug.sqlite.close_idle_connections", true); Loading