Commit a7a37257 by Mansoul

add httplog

parent 7ed40588
......@@ -30,6 +30,7 @@ public class ServiceGenerator {
.writeTimeout(TIME_OUT, TimeUnit.SECONDS)
.readTimeout(TIME_OUT, TimeUnit.SECONDS)
.addInterceptor(new DefaultHeaderAddInterceptor())
.addInterceptor(new HttpLoggingInterceptor())
.addInterceptor(new FirebaseHeaderInterceptor())
.build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment