Reduced logging

This commit is contained in:
M66B 2020-09-10 09:14:43 +02:00
parent cef44f04bc
commit 9dbbcfa5e5
1 changed files with 2 additions and 2 deletions

View File

@ -660,7 +660,7 @@ class ImageHelper {
}
@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;
try {
@ -679,7 +679,7 @@ class ImageHelper {
}
});
} catch (Throwable ex) {
Log.w(ex);
Log.i(ex);
/*
Samsung:
android.graphics.ImageDecoder$DecodeException: Failed to create image decoder with message 'unimplemented'Input contained an error.