Merge "Change caught exception in MediaScanner when ExifInterface is created"
am: 0915931939
Change-Id: Id0bf1aae90b625e0eef5147c7c03f1b1e4341931
This commit is contained in:
@@ -989,7 +989,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