增加流量统计(尚未完善)

This commit is contained in:
kehaoyuan
2017-07-23 18:36:45 +08:00
parent f6c82dd767
commit 9d27bba6fd
7 changed files with 348 additions and 5 deletions

View File

@ -137,6 +137,9 @@ public class LoginUtils {
@Override
public void onFailure(HttpException e) {
super.onFailure(e);
if (e == null) return;
ResponseBody responseBody = e.response().errorBody();
try {
String string = responseBody.string();