Loading core/java/android/database/sqlite/SQLiteCompatibilityWalFlags.java +5 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,11 @@ public class SQLiteCompatibilityWalFlags { sCallingGlobalSettings = true; flags = Settings.Global.getString(app.getContentResolver(), Settings.Global.SQLITE_COMPATIBILITY_WAL_FLAGS); } catch (Exception e) { // The process is unable to read the flags. Treat this condition the same as if // the ActivityThread application was not available. Log.w(TAG, "Cannot read global setting " + Settings.Global.SQLITE_COMPATIBILITY_WAL_FLAGS + " - " + e.toString()); } finally { sCallingGlobalSettings = false; } Loading Loading
core/java/android/database/sqlite/SQLiteCompatibilityWalFlags.java +5 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,11 @@ public class SQLiteCompatibilityWalFlags { sCallingGlobalSettings = true; flags = Settings.Global.getString(app.getContentResolver(), Settings.Global.SQLITE_COMPATIBILITY_WAL_FLAGS); } catch (Exception e) { // The process is unable to read the flags. Treat this condition the same as if // the ActivityThread application was not available. Log.w(TAG, "Cannot read global setting " + Settings.Global.SQLITE_COMPATIBILITY_WAL_FLAGS + " - " + e.toString()); } finally { sCallingGlobalSettings = false; } Loading