Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR Code scanning crash #4361

Closed
ouchadam opened this issue Oct 28, 2021 · 1 comment
Closed

QR Code scanning crash #4361

ouchadam opened this issue Oct 28, 2021 · 1 comment
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash

Comments

@ouchadam
Copy link
Contributor

We have rageshake reports which show the QR code library is crashing due to

Thread: CameraHandlerThread, Exception: java.lang.NoSuchMethodError: No interface method sort(Ljava/util/Comparator;)V in class Ljava/util/List; or its super classes (declaration of 'java.util.List' appears in /system/framework/core-libart.jar)
at com.google.zxing.qrcode.QRCodeReader.decode(QRCodeReader.java:67)
at com.google.zxing.MultiFormatReader.decodeInternal(MultiFormatReader.java:3)

This is a known issue zxing/zxing#1170 that we had previous fixed by using version 3.3.3 of the library

@ouchadam ouchadam added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Uncommon Most users are unlikely to come across this or unexpected workflow labels Oct 28, 2021
@ouchadam
Copy link
Contributor Author

fixed in 1.3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash
Projects
None yet
Development

No branches or pull requests

1 participant