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

Commit 28df0ce3 authored by Zim's avatar Zim Committed by Zimuzo Ezeozue
Browse files

Remove spammy convertToModernFd log

It is a common source of confusion that something went wrong while
triaging bugs.

Bug: 195587219
Test: m
Change-Id: Ieca96a2774f08367b05147b49fcea56dd4f2bfda
parent ccdd40e5
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;
        }
    }