Merge change 20454

* changes:
  Added lightweight exception logging to AsyncQueryHandler.
This commit is contained in:
Android (Google) Code Review
2009-08-07 13:47:00 -07:00

View File

@@ -85,6 +85,7 @@ public abstract class AsyncQueryHandler extends Handler {
cursor.getCount();
}
} catch (Exception e) {
Log.d(TAG, e.toString());
cursor = null;
}