Improve cache + jdoc, traces
[fanfix.git] / src / be / nikiroo / utils / android / ImageUtilsAndroid.java
index b717989505a9b173065b7d7be7cd238f89de2b31..c2e269cc58291cfbcb32d2e105c7d63938c6e136 100644 (file)
@@ -77,7 +77,7 @@ public class ImageUtilsAndroid extends ImageUtils {
                        Bitmap image = BitmapFactory.decodeStream(stream);
                        if (image == null) {
                                String extra = "";
-                               if (img.getSize() <= 1024) {
+                               if (img.getSize() <= 2048) {
                                        try {
                                                extra = ", content: "
                                                                + new String(img.getData(), "UTF-8");