Log a warning on stale data exception.

pull/14/head
Tim Su 17 years ago
parent a71fcc2ba9
commit 3d977b2d60

@ -179,6 +179,7 @@ public class TaskListSubActivity extends SubActivity {
} catch (StaleDataException e) {
// happens when you rotate the screen whiel the thread is
// still running. i don't think it's avoidable?
Log.w("astrid", "StaleDataException", e);
} catch (final Exception e) {
Log.e("astrid", "Error loading task list", e);
handler.post(new Runnable() {

Loading…
Cancel
Save