wlfcolin / file-downloader

FileDownloader, powerful http/https file download tool on Android
Apache License 2.0
384 stars 152 forks source link

the file need to download may not access ! #6

Closed JakeWang123 closed 8 years ago

JakeWang123 commented 8 years ago

what means?

wlfcolin commented 8 years ago

you can check your network or open the debug mode to see more log by builder.configDebugMode(true),also you can print the cause by failReason.getCause() or failReason.getOriginalCause() in the fail callback method