You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when retrying to get SQLite db, throw first exception
* When we retry getting the SQLite database up to 5 times, let's throw the first `SQLiteCantOpenDatabaseException` or `SQLiteDatabaseLockedException` encountered instead of the last one.
* This may help give insight into a root cause for crashes seen about:
- Cannot open database
- OneSignal.db doesn't exist
- unknown error (code 14): Could not open database
0 commit comments