Skip to content

Commit

Permalink
Merge pull request #3258 from pingwang2011/timob-11515
Browse files Browse the repository at this point in the history
timob-11515: Anvil Android: filesystem/filesystem:emptyFile failed on Droid 1
  • Loading branch information
ayeung committed Oct 17, 2012
2 parents 93bb59e + 4ed29f1 commit 26a9b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public String guessContentTypeFromStream()
if (is != null) {
try {
mt = URLConnection.guessContentTypeFromStream(is);
} catch (IOException e) {
} catch (Exception e) {
Log.e(TAG, e.getMessage(), e, Log.DEBUG_MODE);
}
}
Expand Down

0 comments on commit 26a9b67

Please sign in to comment.