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
Facing this crash randomly while scanning a barcode
Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=11664; index=11664
at com.google.zxing.common.BitMatrix.get(BitMatrix.java:162)
at com.google.zxing.maxicode.MaxiCodeReader.extractPureBits(MaxiCodeReader.java:104)
at com.google.zxing.maxicode.MaxiCodeReader.decode(MaxiCodeReader.java:64)
at com.google.zxing.MultiFormatReader.decodeInternal(MultiFormatReader.java:173)
at com.google.zxing.MultiFormatReader.decodeWithState(MultiFormatReader.java:87)
at com.budiyev.android.codescanner.Utils.decodeLuminanceSource(Utils.java:342)
at com.budiyev.android.codescanner.DecodeTask.decode(DecodeTask.java:75)
at com.budiyev.android.codescanner.Decoder$DecoderThread.run(Decoder.java:133)
The text was updated successfully, but these errors were encountered:
Facing this crash randomly while scanning a barcode
Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=11664; index=11664
at com.google.zxing.common.BitMatrix.get(BitMatrix.java:162)
at com.google.zxing.maxicode.MaxiCodeReader.extractPureBits(MaxiCodeReader.java:104)
at com.google.zxing.maxicode.MaxiCodeReader.decode(MaxiCodeReader.java:64)
at com.google.zxing.MultiFormatReader.decodeInternal(MultiFormatReader.java:173)
at com.google.zxing.MultiFormatReader.decodeWithState(MultiFormatReader.java:87)
at com.budiyev.android.codescanner.Utils.decodeLuminanceSource(Utils.java:342)
at com.budiyev.android.codescanner.DecodeTask.decode(DecodeTask.java:75)
at com.budiyev.android.codescanner.Decoder$DecoderThread.run(Decoder.java:133)
The text was updated successfully, but these errors were encountered: