Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5387276 authored by Lee Shombert's avatar Lee Shombert Committed by Android (Google) Code Review
Browse files

Merge "Restored an exception string" into main

parents 64a3dbc8 713b8f40
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -241,7 +241,8 @@ public final class SQLiteConnection implements CancellationSignal.OnCancelListen
                    NoPreloadHolder.DEBUG_SQL_STATEMENTS, NoPreloadHolder.DEBUG_SQL_TIME,
                    mConfiguration.lookasideSlotSize, mConfiguration.lookasideSlotCount);
        } catch (SQLiteCantOpenDatabaseException e) {
            final StringBuilder message = new StringBuilder(e.getMessage())
            final StringBuilder message = new StringBuilder("Cannot open database ")
                    .append("[").append(e.getMessage()).append("]")
                    .append(" '").append(file).append("'")
                    .append(" with flags 0x")
                    .append(Integer.toHexString(mConfiguration.openFlags));