jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Not getting any notifications for network requests #41

Closed phundal209 closed 7 years ago

phundal209 commented 7 years ago

Not able to get any notifications using the logging interceptor for Chuck. I have Okhttp3.3.0 and Android 6.0. Not able to get any notifications to view network traffic.

phundal209 commented 7 years ago

figured out what was wrong. Had to include compile 'com.squareup.retrofit2:retrofit:2.2.0' compile "com.squareup.retrofit2:converter-gson:2.2.0" to my gradle as I have been using Jackson.