mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-20 12:49:02 +00:00
add debug info to figure out mapping issue
This commit is contained in:
parent
bd8df11057
commit
71f796e02b
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ public class APIHelper implements Action1<Throwable> {
|
|||
} else {
|
||||
body = ResponseBody.create(contentType, stringJson);
|
||||
}
|
||||
Crashlytics.setString("last_api_call", response.request().url().toString());
|
||||
return response.newBuilder().body(body).build();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue