Skip to content

Commit

Permalink
add more debug info in case image download times out
Browse files Browse the repository at this point in the history
  • Loading branch information
Strubbl committed Dec 7, 2016
1 parent cae8da3 commit 81f9745
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public static void downloadImageToCache(String imageURL, String destination, Lon
try {
response = okHttpClient.newCall(request).execute();
} catch (IOException e) {
Log.d(TAG, "IOException while downloading imageURL=" + imageURL + " in articleID=" + articleId);
e.printStackTrace();
}

Expand Down

0 comments on commit 81f9745

Please sign in to comment.