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

Commit b2c2399a authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Jessica Wagantall
Browse files

DO NOT MERGE: Fix CTS regression

CYNGNOS-3235
Bug: 30297223, Bug: 30437363
Change-Id: I7b18af40e4eac2713577204428fbfb96cc346582
(cherry picked from commit 90be39c7)
parent 66d77516
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1330,12 +1330,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