SQLiteConstraintException: UNIQUE constraint failed: CachedResponse.dnsName, CachedResponse.type (code 1555)
The app sometimes crashes when persisting the dns cache
Sentry Issue: NEBULO-F
SQLiteConstraintException: UNIQUE constraint failed: CachedResponse.dnsName, CachedResponse.type (code 1555)
at android.database.sqlite.SQLiteConnection.nativeExecuteForLastInsertedRowId(SQLiteConnection.java)
at android.database.sqlite.SQLiteConnection.executeForLastInsertedRowId(SQLiteConnection.java:788)
at android.database.sqlite.SQLiteSession.executeForLastInsertedRowId(SQLiteSession.java:926)
at android.database.sqlite.SQLiteStatement.executeInsert(SQLiteStatement.java:86)
at a.r.c.a(SourceFile:5)
...
(6 additional frame(s) were not displayed)
UNIQUE constraint failed: CachedResponse.dnsName, CachedResponse.type (code 1555)