Back out "Back out "[flipper][PR] Use interface SupportSQLiteDatabase in Android Databases Plugin""

Summary: jknoxville helped me debug this. The underlying problem was that we didn't include a dependency which is transitive in gradle land. We swallowed the exception and just returned an empty list. I left an error log in there to make future debugging easier. For reference, this was the error:

Reviewed By: cekkaewnumchai

Differential Revision: D23759727

fbshipit-source-id: 244510d2765913bf4c89458e336889c3c6838fc4
This commit is contained in:
Pascal Hartig
2020-09-17 10:28:42 -07:00
committed by Facebook GitHub Bot
parent 54d36876b6
commit ddc9c3e243
7 changed files with 155 additions and 54 deletions

View File

@@ -65,6 +65,7 @@ android {
implementation deps.soloader
implementation deps.jsr305
implementation deps.supportAppCompat
implementation deps.supportSqlite
testImplementation deps.mockito
testImplementation deps.robolectric