dio_log icon indicating copy to clipboard operation
dio_log copied to clipboard

Please don't invoke 'print' in production code.

Open PavelSmertin opened this issue 2 years ago • 1 comments

There are prints in saveResponse method. Also it crashes when DioLogInterceptor tries to convert pdf to json in saveResponse method

error: Converting object to an encodable object failed: Instance of 'ResponseBody'

PavelSmertin avatar Feb 17 '23 09:02 PavelSmertin

DioLogInterceptor.enablePrintLog = false; close prints

519430378qqcom avatar Mar 31 '23 03:03 519430378qqcom