Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86f8c415 authored by Zimuzo Ezeozue's avatar Zimuzo Ezeozue Committed by Automerger Merge Worker
Browse files

Merge "Reduce log severity for transcode fd conversion failure" into sc-dev am: 4bd44ce7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14424423

Change-Id: I9557d62b276f065a6bd931c28f770af68ed9c30e
parents 37a2a594 4bd44ce7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1470,7 +1470,7 @@ public final class FileUtils {
            return MediaStore.getOriginalMediaFormatFileDescriptor(context,
                    ParcelFileDescriptor.dup(fd));
        } catch (Exception e) {
            Log.w(TAG, "Failed to convert to modern format file descriptor", e);
            Log.d(TAG, "Failed to convert to modern format file descriptor", e);
            return null;
        }
    }