log unhandled network exceptions

This commit is contained in:
Phillip Thelen 2016-05-26 12:27:17 +02:00
parent b9de6eb569
commit ddadf9dc01

View file

@ -352,6 +352,8 @@ public class APIHelper implements Action1<Throwable> {
} else {
showConnectionProblemDialog(R.string.internal_error_api);
}
} else {
Crashlytics.logException(throwable);
}
}