Loading media/java/android/media/ExifInterface.java +7 −1 Original line number Diff line number Diff line Loading @@ -824,7 +824,13 @@ public class ExifInterface { } // Process JPEG input stream try { getJpegAttributes(in); } catch (IOException e) { // Ignore exceptions in order to keep the compatibility with the old versions of // ExifInterface. Log.w(TAG, "Invalid JPEG", e); } if (DEBUG) { printAttributes(); Loading Loading
media/java/android/media/ExifInterface.java +7 −1 Original line number Diff line number Diff line Loading @@ -824,7 +824,13 @@ public class ExifInterface { } // Process JPEG input stream try { getJpegAttributes(in); } catch (IOException e) { // Ignore exceptions in order to keep the compatibility with the old versions of // ExifInterface. Log.w(TAG, "Invalid JPEG", e); } if (DEBUG) { printAttributes(); Loading