You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2023. It is now read-only.
Not so much of an issue, but I was getting a lot of system messages such as failed to close resource, tag not defined, stop reading file-offset may cause infinite loop...
I cleared them all by:
changing import to the androidx ExifInterface.
changing the dependency to: implementation 'androidx.exifinterface:exifinterface:1.1.0-rc01' in the build gradle.
Changed tag 'IsoSpeedRatings' to 'PhotographicSensitivity'.
Added calls to Reset(), Close() for the ByteArrayOutputStream bos object.
None of these were causing errors or crashing the app, so this is more of an FYI rather than an issue.
The text was updated successfully, but these errors were encountered:
Hi @jclink,
Why did you change ISOSpeedRatings to PhotographicSensitivity?
Also why were you calling reset for the ByteArrayOutputStream, shouldn't it be garbage collected as all references have been discarded as soon as the method finishes?
Many thanks
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not so much of an issue, but I was getting a lot of system messages such as failed to close resource, tag not defined, stop reading file-offset may cause infinite loop...
I cleared them all by:
changing import to the androidx ExifInterface.
changing the dependency to: implementation 'androidx.exifinterface:exifinterface:1.1.0-rc01' in the build gradle.
Changed tag 'IsoSpeedRatings' to 'PhotographicSensitivity'.
Added calls to Reset(), Close() for the ByteArrayOutputStream bos object.
None of these were causing errors or crashing the app, so this is more of an FYI rather than an issue.
The text was updated successfully, but these errors were encountered: