SeismicInterceptor:轻巧的OkHttp拦截器 源码

上传:deadlock_67212 浏览: 7 推荐: 0 文件:ZIP 大小:5.53MB 上传时间:2021-05-12 03:27:13 版权申诉
地震拦截器 ,可通过摇动设备来显示OkHttp请求和响应数据中的日志。 将此添加到您的OkHttpClient设置中: OkHttpClient client = new OkHttpClient . Builder () .addInterceptor( SeismicInterceptor . create()) .build(); 将此添加到您的活动中: @Override protected void onCreate( Bundle savedInstanceState) { ... SeismicInterceptor . start( this ); } @Override protected void onStop() { ... SeismicInterceptor . stop(); } 调用Seismic
上传资源
用户评论