mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 19:59:00 +00:00
log unhandled network exceptions
This commit is contained in:
parent
b9de6eb569
commit
ddadf9dc01
1 changed files with 2 additions and 0 deletions
|
|
@ -352,6 +352,8 @@ public class APIHelper implements Action1<Throwable> {
|
|||
} else {
|
||||
showConnectionProblemDialog(R.string.internal_error_api);
|
||||
}
|
||||
} else {
|
||||
Crashlytics.logException(throwable);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue