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

Commit 544c7743 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

Change-Id: Id0bf1aae90b625e0eef5147c7c03f1b1e4341931
parents 4190b87d 09159319
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) {