kevin.liu
kevin.liu
or we can custom track in an Interceptor ``` class FirebasePerfTrackInterceptor : Interceptor { override fun intercept(chain: Interceptor.Chain): Response { val request = chain.request() val metric: HttpMetric = FirebasePerformance.getInstance().newHttpMetric(request.url.toString(), request.method)...
@tigerface interesting problem. Actually it would resume download after task was canceled or failed. It will persist download task info into database while downloading. And if you restart the task,...
I got this error too, because the image content error. The content type of image response is `image/webp`, but actual it is a gif. https://img101.urbanic.com/v1/aa8160c6f1414db3bf128292973c1389.webp