Reduced logging

pull/184/head
M66B 5 years ago
parent cef44f04bc
commit 9dbbcfa5e5

@ -660,7 +660,7 @@ class ImageHelper {
} }
@RequiresApi(api = Build.VERSION_CODES.P) @RequiresApi(api = Build.VERSION_CODES.P)
static Drawable getScaledDrawable(Context context, File file, int scaleToPixels) throws IOException { static Drawable getScaledDrawable(Context context, File file, int scaleToPixels) {
Drawable d; Drawable d;
try { try {
@ -679,7 +679,7 @@ class ImageHelper {
} }
}); });
} catch (Throwable ex) { } catch (Throwable ex) {
Log.w(ex); Log.i(ex);
/* /*
Samsung: Samsung:
android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error. android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error.

Loading…
Cancel
Save