LogInterce
加班是不可能的不加班是绝对不可能的
互相学习
展开
-
LogIntercep
public class LogIntercep implements Interceptor { private static final String TAG = “LogIntercep”; @Override public okhttp3.Response intercept(Chain chain) throws IOException {原创 2017-11-10 14:29:03 · 159 阅读 · 0 评论 -
打印日志的工具类
/** * 类 名: LogUtil *描 述: 打印日志的工具类 */ public class LogUtil { private final boolean debug = true; private static LogUtil logUtil = null;public static LogUtil getInstance() {原创 2017-11-10 14:30:11 · 394 阅读 · 0 评论