Merge "Make AsyncQueryHandler emit more helpful log."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d6dbd7665b
@@ -85,7 +85,7 @@ public abstract class AsyncQueryHandler extends Handler {
|
||||
cursor.getCount();
|
||||
}
|
||||
} catch (Exception e) {
|
||||
Log.w(TAG, e.toString());
|
||||
Log.w(TAG, "Exception thrown during handling EVENT_ARG_QUERY", e);
|
||||
cursor = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user