AndroidSnooper
AndroidSnooper copied to clipboard
Android library to record the network calls through the interceptor mechanism of the http clients.
I found out that SnooperInterceptor prevents Glide to download images and show them properly. When I remove SnooperInterceptor from my OkHttpClient, Glide works fine. You can try it via [http://via.placeholder.com/300/09f/fff.png](http://via.placeholder.com/300/09f/fff.png)...
java.lang.RuntimeException:Unable to start activity ComponentInfo{com.nebula.chargemew/com.prateekj.snooper.networksnooper.activity.HttpCallListActivity}: android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=5, totalRows=6
// val snooperRepo = SnooperRepo(context) // snooperRepo.deleteAll() error log: because there is no current transaction.
Hello, I would like to disable onShake Action for my app which is using AndroidSnooper. Let me know how it can be done.
Dear Author, We are currently using your library to read the API requests and responses for the Android app. However, for one of the APIs, the data coming from the...