Mahmoud Hamoda

Results 3 comments of Mahmoud Hamoda

have the same problem Log : Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: src.length=495616 srcPos=495020 dst.length=746496 dstPos=151200 length=864 at java.lang.System.arraycopy(System.java:527) at com.journeyapps.barcodescanner.RawImageData.cropAndScale(RawImageData.java:43) at com.journeyapps.barcodescanner.SourceData.createSource(SourceData.java:125) at com.journeyapps.barcodescanner.DecoderThread.createSource(DecoderThread.java:135) at com.journeyapps.barcodescanner.DecoderThread.decode(DecoderThread.java:143) at com.journeyapps.barcodescanner.DecoderThread.access$000(DecoderThread.java:22) at com.journeyapps.barcodescanner.DecoderThread$1.handleMessage(DecoderThread.java:38) at android.os.Handler.dispatchMessage(Handler.java:103)...

The issue reason is the tag called twice in my code that make the tag doesn't appear in clarity website Thanks for your replying ☺️

In our code implementation, the tag is set twice in less than about 20 milliseconds, so the tag doesn't appear on the clarity website. When I remove the code that...