Merge changes from topic "am-34d0daed14804ba28e3c704dabdb9fc0"
* changes: Merge "Fix data source for HEIF exif extractor" am:31bbb473ceam:e655bf6d4bam:65a4a60827Merge "Change caught exception in MediaScanner when ExifInterface is created" am:0915931939am:544c774381am:92ccb271ce
This commit is contained in:
committed by
Android (Google) Code Review
commit
88a07ff46d
@@ -986,7 +986,7 @@ public class MediaScanner implements AutoCloseable {
|
||||
ExifInterface exif = null;
|
||||
try {
|
||||
exif = new ExifInterface(entry.mPath);
|
||||
} catch (IOException ex) {
|
||||
} catch (Exception ex) {
|
||||
// exif is null
|
||||
}
|
||||
if (exif != null) {
|
||||
|
||||
Reference in New Issue
Block a user