Merge "Reduce log severity for transcode fd conversion failure" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4bd44ce7aa
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user