Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5dfd47aa authored by Toshikazu Saito's avatar Toshikazu Saito Committed by android-build-merger
Browse files

Merge "Change caught exception in MediaScanner when ExifInterface is created"...

Merge "Change caught exception in MediaScanner when ExifInterface is created" am: 09159319 am: 544c7743
am: 92ccb271

Change-Id: If5c4f35573d0c73bf412b22406d04e70fba1f17c
parents 53dc0700 92ccb271
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {