Trap all exceptions

This commit is contained in:
2016-03-22 21:32:06 -04:00
parent aa5df56437
commit 49a80faca3

View File

@@ -98,7 +98,7 @@ public class ImportHabitsAsyncTask extends AsyncTask<Void, Void, Void>
result = NOT_RECOGNIZED; result = NOT_RECOGNIZED;
} }
} }
catch (IOException e) catch (Exception e)
{ {
result = FAILED; result = FAILED;
e.printStackTrace(); e.printStackTrace();