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
This commit is contained in:
Zim
2021-08-06 14:51:58 +01:00
committed by Zimuzo Ezeozue
parent ccdd40e587
commit 28df0ce32e

View File

@@ -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;
}
}