Hi, I’m using retrofit in my project for making AP...
# android
a
Hi, I’m using retrofit in my project for making API calls and Moshi for json conversion. I just want to implement log for those api request in which there is
JsonDataException
and wanted to log api request + api response + parsing error. How can it be done in right way. In interceptor there is no way to log parsing error. Using Retrofit 2.9.0 with coroutine suspend method so don’t have api metadata to log. Kindly help here
😶 6