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

Commit 46a2b968 authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Automerger Merge Worker
Browse files

Merge "Remove spammy convertToModernFd log" into sc-dev am: eac1d5a4 am: 86acac46

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

Change-Id: I1283f7a7da3eff7631cd762506ee7553ffff2063
parents f4ecbc47 86acac46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1470,7 +1470,7 @@ public final class FileUtils {
        try (ParcelFileDescriptor dupFd = ParcelFileDescriptor.dup(fd)) {
            return MediaStore.getOriginalMediaFormatFileDescriptor(context, dupFd);
        } catch (Exception e) {
            Log.d(TAG, "Failed to convert to modern format file descriptor", e);
            // Ignore error
            return null;
        }
    }