Merge "Make AsyncQueryHandler emit more helpful log."

This commit is contained in:
Daisuke Miyakawa
2010-11-18 11:27:49 -08:00
committed by Android (Google) Code Review

View File

@@ -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;
}