android - Google Mobile Vision crashes on some devices -
i used google vision sdk in app read text images. when tested in of our devices worked well. users experience crashes. fount stack trace in google play console:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** build fingerprint: 'htc/htconem9vzw/htc_himawl:6.0/mra58k/669662.19:user/release-keys' revision: '0' abi: 'arm64' pid: 5005, tid: 5713, name: asynctask #7 >>> package_name <<< signal 11 (sigsegv), code 2 (segv_accerr), fault addr 0x7f4d6ab1b0 x0 000000559fa64d10 x1 0000000004349110 x2 0000007f4d6ab120 x3 0000000000000000 x4 00000000000001c8 x5 000000559fad3600 x6 000000559f903df0 x7 00000000043491c0 x8 0000000000000001 x9 0000007f58b696e0 x10 0000000000000008 x11 0000007f4a1c2090 x12 0000007f49362090 x13 00000000000001c5 x14 00000000000001c4 x15 0000000000000000 x16 00000000000001af x17 00000000000031c5 x18 0000007f4a777668 x19 0000007f5f1cc600 x20 00000000000001c0 x21 000000000000000a x22 0000000000000000 x23 0000000000003152 x24 00000000000001c0 x25 000000559fa64d10 x26 00000000000006f9 x27 0000000000000009 x28 00000000000000c0 x29 0000007f5f1cc1f0 x30 00000000000006f8 sp 0000007f5f1cc1f0 pc 0000007f589392ec pstate 0000000060000000 backtrace: #00 pc 00000000001922ec /data/data/com.google.android.gms/files/com.google.android.gms.vision/ocr/libs/arm64-v8a/libocr.so #01 pc 00000000000006f4 <unknown>
can give me direction on problem?
i checking textrecognizer.isoperational()
before using decoder.
Comments
Post a Comment