kiruto / debug-bottle

🍼Debug Bottle is an Android runtime debug / develop tools written using kotlin language.
http://exyui.com/article/3/Android-Debug-Bottle-v11
Apache License 2.0
854 stars 90 forks source link

Can't monitor OkHttp3 #4

Closed chenfei0928 closed 7 years ago

chenfei0928 commented 7 years ago

It can't monitor OkHttp3 LoggingInterceptor ? Can you take a method: getOkHttp3LoggingInterceptor? like Stetho-Facebook

kiruto commented 7 years ago

Ok, I'll try to support OkHttp 3 later.

Srain-z commented 7 years ago

It can't monitor OkHttp3 LoggingInterceptor . +1 this is good tool tks

kiruto commented 7 years ago

fixed: https://github.com/kiruto/debug-bottle/commit/293ebf0751ef96a094488125b8ce2a0cce234003 Thanks for reporting the issue.