QRCodeScanner icon indicating copy to clipboard operation
QRCodeScanner copied to clipboard

Unknown error in few devices

Open developerashish01 opened this issue 6 years ago • 1 comments

Caused by: android.database.CursorIndexOutOfBoundsException: at android.database.AbstractCursor.checkPosition (AbstractCursor.java:466) at android.database.AbstractWindowedCursor.checkPosition (AbstractWindowedCursor.java:136) at android.database.AbstractWindowedCursor.getString (AbstractWindowedCursor.java:50) at android.database.CursorWrapper.getString (CursorWrapper.java:137) at com.blikoon.qrcodescanner.QrCodeActivity.getPathFromUri (QrCodeActivity.java:390) at com.blikoon.qrcodescanner.QrCodeActivity.onActivityResult (QrCodeActivity.java:370) at android.app.Activity.dispatchActivityResult (Activity.java:6998) at android.app.ActivityThread.deliverResults (ActivityThread.java:4104)

developerashish01 avatar Mar 07 '18 18:03 developerashish01

What devices(API)? Is the issue reproducible, if so how ? I suspect the line at com.blikoon.qrcodescanner.QrCodeActivity.getPathFromUri (QrCodeActivity.java:390) to be the suspect as these APIs tend to be messy across devices on android.

rutura avatar Apr 14 '18 10:04 rutura