Merge change 20454
* changes: Added lightweight exception logging to AsyncQueryHandler.
This commit is contained in:
@@ -85,6 +85,7 @@ public abstract class AsyncQueryHandler extends Handler {
|
||||
cursor.getCount();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
Log.d(TAG, e.toString());
|
||||
cursor = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user