add debug info to figure out mapping issue

This commit is contained in:
Phillip Thelen 2016-08-16 18:43:08 +02:00
parent bd8df11057
commit 71f796e02b

View file

@ -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();
};