Catch SqlLiteException in WatchlistReportDbHelper
SQLiteOpenHelper.getReadableDatabase() and SQLiteOpenHelper.getWritableDatabase() javadocs say they can throw SQLiteException if the database cannot be opened. Updated all calls in WatchlistReportDbHelper to catch the exception. Bug: 175819413 Test: m Change-Id: I4b0d3170abe4f8b2cc2583ef8cb1e359ba2ed3b5
Loading
Please register or sign in to comment