Loading services/core/java/com/android/server/appop/DiscreteOpsDbHelper.java +6 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,12 @@ class DiscreteOpsDbHelper extends SQLiteOpenHelper { } db.setTransactionSuccessful(); } finally { try { db.endTransaction(); } catch (SQLiteException exception) { Slog.e(LOG_TAG, "Couldn't commit transaction when inserting discrete ops, database" + " file size (bytes) : " + getDatabaseFile().length(), exception); } } } Loading Loading
services/core/java/com/android/server/appop/DiscreteOpsDbHelper.java +6 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,12 @@ class DiscreteOpsDbHelper extends SQLiteOpenHelper { } db.setTransactionSuccessful(); } finally { try { db.endTransaction(); } catch (SQLiteException exception) { Slog.e(LOG_TAG, "Couldn't commit transaction when inserting discrete ops, database" + " file size (bytes) : " + getDatabaseFile().length(), exception); } } } Loading