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

Commit 92ccb271 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" am: 09159319

am: 544c7743

Change-Id: Ie3c04473e274b49b6c4bb7cb40f4d675453efd5c
parents ecc64072 544c7743
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {