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

Commit f6450100 authored by Sungsoo Lim's avatar Sungsoo Lim Committed by android-build-merger
Browse files

DO NOT MERGE: Fix CTS regression am: df17644d

am: 057b5481

Change-Id: I0ac1fec4b64a09dc8ee12986d8d91b39e511d989
parents 58555ee8 057b5481
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1325,12 +1325,12 @@ public class ExifInterface {
     * determine whether the image data format is JPEG or not.
     */
    private void loadAttributes() throws IOException {
        try {
            InputStream in = new FileInputStream(mFilename);
        // Initialize mAttributes.
        for (int i = 0; i < EXIF_TAGS.length; ++i) {
            mAttributes[i] = new HashMap();
        }
        try {
            InputStream in = new FileInputStream(mFilename);
            getJpegAttributes(in);
        } catch (IOException e) {
            // Ignore exceptions in order to keep the compatibility with the old versions of