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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user