Latest YouTube Video

Saturday, January 30, 2016

[opencv] Problem with Samsung Galaxy Ace 4 (#6038)

I like this phone because it is delivering 30+fps in camera preview mode while my regular workhouse is only able to reach about 20fps It also is unusual, to me, in having no physical menu button I found a problem which results in my app crashing on certain openCV functions (more detail later) My logcat for errors only displays this as: 01-30 22:07:55748 4952-4952/? E/SELinux: [DEBUG] get_category: variable seinfocat: default sensitivity: NULL, cateogry: NULL 01-30 22:07:55748 4952-4952/? E/SELinux: seapp_context_lookup: str_security_ctx is null 01-30 22:07:55748 4952-4952/? E/dalvikvm: >>>>> Normal User 01-30 22:07:55748 4952-4952/? E/dalvikvm: >>>>> ukcomicompanieroopencvappli [ userId:0 | appId:10160 ] 01-30 22:07:55758 4952-4952/? E/SELinux: [DEBUG] get_category: variable seinfocat: default sensitivity: NULL, cateogry: NULL 01-30 22:07:55758 4952-4952/? E/SELinux: seapp_context_lookup: str_security_ctx is null 01-30 22:07:58328 4952-4952/ukcomicompanieroopencvappli E/OpenCV/StaticHelper: OpenCV error: Cannot load info library for OpenCV 01-30 22:07:59158 4952-4952/ukcomicompanieroopencvappli E/OpenCV/StaticHelper: OpenCV error: Cannot load info library for OpenCV 01-30 22:08:00188 4952-5162/ukcomicompanieroopencvappli E/ACodec: [OMXqcomvideoencoderavc] storeMetaDataInBuffers (output) failed w/ err -2147483648 01-30 22:08:07678 4952-5152/ukcomicompanieroopencvappli A/libc: Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 5152 (Thread-1615) The last line being the timestamp I hunted for in the full logcat attached I can run my app happily for 6 seconds of a different algorithm, it also works perfectly on other 5x phones The location of the crash is: void subtractOthers(ThresholdingMat others) { for (ThresholdingMat ttMat : others) Coresubtract(maskMat, ttMatmaskMat, maskMat); } Specifically Coresubtract( I've stepped and checked everything is behaving so the problem must lie in your library or the phone's ROM As it is a stock Samsung ROM I'd like to be assured of quality there, meaning no offence, it's not as if I can ask Samsung to fix there ROM now however much I might like to try to port 51 or even 60 to their source code I've selected what I believe the most pertinent tombstone here too: 01-30 21:49:52948 I/DEBUG (25863): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 01-30 21:49:52948 I/DEBUG (25863): Build fingerprint: 'samsung/heatqltexx/heatqlte:444/KTU84P/G357FZXXU1AOH4:user/release-keys' 01-30 21:49:52948 I/DEBUG (25863): Revision: '2' 01-30 21:49:52948 I/DEBUG (25863): pid: 3515, tid: 3744, name: Thread-1580 >>> ukcomicompanieroopencvappli <<< 01-30 21:49:52948 I/DEBUG (25863): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000 01-30 21:49:52968 W/QCamera2HWI( 230): preview_stream_cb_routine : send callback to upper layer! 01-30 21:49:52968 D/ShotSingle( 230): CAMERA_MSG_PREVIEW_FRAME E 01-30 21:49:52968 I/EDMNativeHelperService( 731): isCameraEnabled 01-30 21:49:52968 D/ShotSingle( 230): CAMERA_MSG_PREVIEW_FRAME X 01-30 21:49:52968 W/QCamera2HWI( 230): preview_stream_cb_routine : returned! 01-30 21:49:52978 D/SSRMv2:SIOP( 731): SIOP:: AP = 290, Delta = 30 01-30 21:49:52988 E/DataRouter( 237): Opening of the USB File failed fd is -1 & errno is 2 01-30 21:49:53068 I/EDMNativeHelperService( 731): isCameraEnabled 01-30 21:49:53068 I/DEBUG (25863): r0 41f821f8 r1 00000002 r2 41f81e30 r3 00000000 01-30 21:49:53068 I/DEBUG (25863): r4 41f821f8 r5 00000000 r6 61c9a614 r7 41f81e28 01-30 21:49:53068 I/DEBUG (25863): r8 00000000 r9 ffffffff sl 00012c00 fp 00000000 01-30 21:49:53068 I/DEBUG (25863): ip 41f81e30 sp 62c570b0 lr 614e17af pc 00000000 cpsr 200e0010 01-30 21:49:53068 I/DEBUG (25863): d0 7463617274627573 d1 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d2 4330000000000000 d3 0008000062924e90 01-30 21:49:53068 I/DEBUG (25863): d4 4330000000000000 d5 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d6 0000000000000000 d7 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d8 0000000000000000 d9 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d10 0000000000000000 d11 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d12 0000000000000000 d13 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d14 0000000000000000 d15 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d16 0000000062924e90 d17 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d18 0000000000000000 d19 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d20 0101010101010101 d21 0101010101010101 01-30 21:49:53068 I/DEBUG (25863): d22 0000000000000000 d23 0000000000000000 01-30 21:49:53068 I/DEBUG (25863): d24 0080008000800080 d25 0080008000800080 01-30 21:49:53068 I/DEBUG (25863): d26 0080008000800080 d27 0080008000800080 01-30 21:49:53068 I/DEBUG (25863): d28 0080008000800080 d29 0080008000800080 01-30 21:49:53068 I/DEBUG (25863): d30 0000000000000000 d31 8080808080808080 01-30 21:49:53068 I/DEBUG (25863): scr 80000012 01-30 21:49:53068 I/DEBUG (25863): 01-30 21:49:53068 I/DEBUG (25863): backtrace: 01-30 21:49:53068 I/DEBUG (25863): #00 pc 00000000 01-30 21:49:53068 I/DEBUG (25863): #1 pc 000ed7ad /data/app-lib/orgopencvengine-1/libopencv_java3so (cv::Mat::create(int, int const, int)+1296) 01-30 21:49:53068 I/DEBUG (25863): 01-30 21:49:53068 I/DEBUG (25863): stack: 01-30 21:49:53068 I/DEBUG (25863): 62c57070 00038184 01-30 21:49:53068 I/DEBUG (25863): 62c57074 000388d0 01-30 21:49:53068 I/DEBUG (25863): 62c57078 0003901c 01-30 21:49:53068 I/DEBUG (25863): 62c5707c 00039768 01-30 21:49:53068 I/DEBUG (25863): 62c57080 00039eb4 01-30 21:49:53068 I/DEBUG (25863): 62c57084 0003a600 01-30 21:49:53078 I/DEBUG (25863): 62c57088 0003ad4c 01-30 21:49:53078 I/DEBUG (25863): 62c5708c 0003b498 01-30 21:49:53078 I/DEBUG (25863): 62c57090 0003bbe4 01-30 21:49:53078 I/DEBUG (25863): 62c57094 0003c330 01-30 21:49:53078 I/DEBUG (25863): 62c57098 0003ca7c 01-30 21:49:53078 I/DEBUG (25863): 62c5709c 0003d1c8 01-30 21:49:53078 I/DEBUG (25863): 62c570a0 0003d914 01-30 21:49:53078 I/DEBUG (25863): 62c570a4 0003e060 01-30 21:49:53078 I/DEBUG (25863): 62c570a8 41f821f8 /dev/ashmem/dalvik-heap (deleted) 01-30 21:49:53078 I/DEBUG (25863): 62c570ac 614e1785 /data/app-lib/orgopencvengine-1/libopencv_java3so (cv::Mat::create(int, int const, int)+1256) 01-30 21:49:53078 I/DEBUG (25863): #00 62c570b0 00000000 01-30 21:49:53078 I/DEBUG (25863): 01-30 21:49:53078 I/DEBUG (25863): #1 62c570b0 00000000 01-30 21:49:53078 I/DEBUG (25863): 62c570b4 41f81e58 /dev/ashmem/dalvik-heap (deleted) 01-30 21:49:53078 I/DEBUG (25863): 62c570b8 00000000 01-30 21:49:53078 I/DEBUG (25863): 62c570bc 00000000 01-30 21:49:53078 I/DEBUG (25863): 62c570c0 00041374 01-30 21:49:53078 I/DEBUG (25863): 62c570c4 62c57388 [stack:3744] 01-30 21:49:53078 I/DEBUG (25863): 62c570c8 9d3a8c74 01-30 21:49:53078 I/DEBUG (25863): 62c570cc 00000002 01-30 21:49:53078 I/DEBUG (25863): 62c570d0 61adb3f4 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53078 I/DEBUG (25863): 62c570d4 61adb424 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53078 I/DEBUG (25863): 62c570d8 61adb3ec /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53078 I/DEBUG (25863): 62c570dc 61b9a6d8 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53078 I/DEBUG (25863): 62c570e0 00000000 01-30 21:49:53078 I/DEBUG (25863): 62c570e4 61b9a6d8 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53078 I/DEBUG (25863): 62c570e8 61adb334 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53078 I/DEBUG (25863): 62c570ec 00000001 01-30 21:49:53078 I/DEBUG (25863): 01-30 21:49:53078 I/DEBUG (25863): memory near r0: 01-30 21:49:53078 I/DEBUG (25863): 41f821d8 006e006e 00620061 0065006c 00000013 01-30 21:49:53078 I/DEBUG (25863): 41f821e8 41f820e8 00000000 41ed54d0 0000001b 01-30 21:49:53078 I/DEBUG (25863): 41f821f8 41672a60 00000000 00000000 41672518 01-30 21:49:53078 I/DEBUG (25863): 41f82208 00000000 0000001b 41682968 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82218 41f82228 00000001 0000000b 0000003b 01-30 21:49:53078 I/DEBUG (25863): 41f82228 41664950 00000000 00000010 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82238 00680054 00650072 00640061 0031002d 01-30 21:49:53078 I/DEBUG (25863): 41f82248 00380035 00000030 00000000 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82258 00000000 00000023 416640e0 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82268 41f82228 00000000 00000000 0000000b 01-30 21:49:53078 I/DEBUG (25863): 41f82278 00000000 00000023 41673a10 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82288 00000000 00000000 00000000 41f81e28 01-30 21:49:53078 I/DEBUG (25863): 41f82298 00000000 0000001b 41664698 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f822a8 00000000 62924120 00000000 00000023 01-30 21:49:53078 I/DEBUG (25863): 41f822b8 416640e0 00000000 41f822d8 fa620efe 01-30 21:49:53078 I/DEBUG (25863): 41f822c8 00000000 00000024 00000000 00000063 01-30 21:49:53078 I/DEBUG (25863): 01-30 21:49:53078 I/DEBUG (25863): memory near r2: 01-30 21:49:53078 I/DEBUG (25863): 41f81e10 002e0067 00680054 00650072 00640061 01-30 21:49:53078 I/DEBUG (25863): 41f81e20 00000000 0000005b 42ff0000 00000002 01-30 21:49:53078 I/DEBUG (25863): 41f81e30 000000f0 00000140 00000000 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f81e40 00000000 00000000 41f821f8 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f81e50 41f81e30 41f81e58 00000140 00000001 01-30 21:49:53078 I/DEBUG (25863): 41f81e60 00000000 00000000 00000005 00000001 01-30 21:49:53078 I/DEBUG (25863): 41f81e70 00000001 00000000 00000000 00000023 01-30 21:49:53078 I/DEBUG (25863): 41f81e80 416640e0 00000000 41f81ea0 144e2295 01-30 21:49:53078 I/DEBUG (25863): 41f81e90 00000000 0000002e 00000000 00000073 01-30 21:49:53078 I/DEBUG (25863): 41f81ea0 41664950 00000000 0000002e 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f81eb0 0072006f 002e0067 0070006f 006e0065 01-30 21:49:53078 I/DEBUG (25863): 41f81ec0 00760063 0061002e 0064006e 006f0072 01-30 21:49:53078 I/DEBUG (25863): 41f81ed0 00640069 004a002e 00760061 00430061 01-30 21:49:53078 I/DEBUG (25863): 41f81ee0 006d0061 00720065 00560061 00650069 01-30 21:49:53078 I/DEBUG (25863): 41f81ef0 00240077 00610043 0065006d 00610072 01-30 21:49:53078 I/DEBUG (25863): 41f81f00 006f0057 006b0072 00720065 0000002b 01-30 21:49:53078 I/DEBUG (25863): 01-30 21:49:53078 I/DEBUG (25863): memory near r4: 01-30 21:49:53078 I/DEBUG (25863): 41f821d8 006e006e 00620061 0065006c 00000013 01-30 21:49:53078 I/DEBUG (25863): 41f821e8 41f820e8 00000000 41ed54d0 0000001b 01-30 21:49:53078 I/DEBUG (25863): 41f821f8 41672a60 00000000 00000000 41672518 01-30 21:49:53078 I/DEBUG (25863): 41f82208 00000000 0000001b 41682968 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82218 41f82228 00000001 0000000b 0000003b 01-30 21:49:53078 I/DEBUG (25863): 41f82228 41664950 00000000 00000010 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82238 00680054 00650072 00640061 0031002d 01-30 21:49:53078 I/DEBUG (25863): 41f82248 00380035 00000030 00000000 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82258 00000000 00000023 416640e0 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82268 41f82228 00000000 00000000 0000000b 01-30 21:49:53078 I/DEBUG (25863): 41f82278 00000000 00000023 41673a10 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f82288 00000000 00000000 00000000 41f81e28 01-30 21:49:53078 I/DEBUG (25863): 41f82298 00000000 0000001b 41664698 00000000 01-30 21:49:53078 I/DEBUG (25863): 41f822a8 00000000 62924120 00000000 00000023 01-30 21:49:53088 I/DEBUG (25863): 41f822b8 416640e0 00000000 41f822d8 fa620efe 01-30 21:49:53088 I/DEBUG (25863): 41f822c8 00000000 00000024 00000000 00000063 01-30 21:49:53088 I/DEBUG (25863): 01-30 21:49:53088 I/DEBUG (25863): memory near r6: 01-30 21:49:53088 I/DEBUG (25863): 61c9a5f4 61c80428 61c803a0 61c80518 9e3779b9 01-30 21:49:53088 I/DEBUG (25863): 61c9a604 03000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a614 61c80700 00000000 00000000 00000001 01-30 21:49:53088 I/DEBUG (25863): 61c9a624 9e3779b9 9e3779b9 9e3779b9 9e3779b9 01-30 21:49:53088 I/DEBUG (25863): 61c9a634 9e3779b9 00000000 00000000 00000001 01-30 21:49:53088 I/DEBUG (25863): 61c9a644 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a654 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a664 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a674 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a684 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a694 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a6a4 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a6b4 00000000 00000000 00000000 00000001 01-30 21:49:53088 I/DEBUG (25863): 61c9a6c4 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a6d4 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 61c9a6e4 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 01-30 21:49:53088 I/DEBUG (25863): memory near r7: 01-30 21:49:53088 I/DEBUG (25863): 41f81e08 006c002e 006e0061 002e0067 00680054 01-30 21:49:53088 I/DEBUG (25863): 41f81e18 00650072 00640061 00000000 0000005b 01-30 21:49:53088 I/DEBUG (25863): 41f81e28 42ff0000 00000002 000000f0 00000140 01-30 21:49:53088 I/DEBUG (25863): 41f81e38 00000000 00000000 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81e48 41f821f8 00000000 41f81e30 41f81e58 01-30 21:49:53088 I/DEBUG (25863): 41f81e58 00000140 00000001 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81e68 00000005 00000001 00000001 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81e78 00000000 00000023 416640e0 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81e88 41f81ea0 144e2295 00000000 0000002e 01-30 21:49:53088 I/DEBUG (25863): 41f81e98 00000000 00000073 41664950 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81ea8 0000002e 00000000 0072006f 002e0067 01-30 21:49:53088 I/DEBUG (25863): 41f81eb8 0070006f 006e0065 00760063 0061002e 01-30 21:49:53088 I/DEBUG (25863): 41f81ec8 0064006e 006f0072 00640069 004a002e 01-30 21:49:53088 I/DEBUG (25863): 41f81ed8 00760061 00430061 006d0061 00720065 01-30 21:49:53088 I/DEBUG (25863): 41f81ee8 00560061 00650069 00240077 00610043 01-30 21:49:53088 I/DEBUG (25863): 41f81ef8 0065006d 00610072 006f0057 006b0072 01-30 21:49:53088 I/DEBUG (25863): 01-30 21:49:53088 I/DEBUG (25863): memory near sl: 01-30 21:49:53088 I/DEBUG (25863): 00012be0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012bf0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c00 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c10 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c20 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c30 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c40 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c50 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c60 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c70 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c80 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012c90 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012ca0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012cb0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012cc0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 00012cd0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53088 I/DEBUG (25863): 01-30 21:49:53088 I/DEBUG (25863): memory near ip: 01-30 21:49:53088 I/DEBUG (25863): 41f81e10 002e0067 00680054 00650072 00640061 01-30 21:49:53088 I/DEBUG (25863): 41f81e20 00000000 0000005b 42ff0000 00000002 01-30 21:49:53088 I/DEBUG (25863): 41f81e30 000000f0 00000140 00000000 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81e40 00000000 00000000 41f821f8 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81e50 41f81e30 41f81e58 00000140 00000001 01-30 21:49:53088 I/DEBUG (25863): 41f81e60 00000000 00000000 00000005 00000001 01-30 21:49:53088 I/DEBUG (25863): 41f81e70 00000001 00000000 00000000 00000023 01-30 21:49:53088 I/DEBUG (25863): 41f81e80 416640e0 00000000 41f81ea0 144e2295 01-30 21:49:53088 I/DEBUG (25863): 41f81e90 00000000 0000002e 00000000 00000073 01-30 21:49:53088 I/DEBUG (25863): 41f81ea0 41664950 00000000 0000002e 00000000 01-30 21:49:53088 I/DEBUG (25863): 41f81eb0 0072006f 002e0067 0070006f 006e0065 01-30 21:49:53088 I/DEBUG (25863): 41f81ec0 00760063 0061002e 0064006e 006f0072 01-30 21:49:53088 I/DEBUG (25863): 41f81ed0 00640069 004a002e 00760061 00430061 01-30 21:49:53088 I/DEBUG (25863): 41f81ee0 006d0061 00720065 00560061 00650069 01-30 21:49:53088 I/DEBUG (25863): 41f81ef0 00240077 00610043 0065006d 00610072 01-30 21:49:53088 I/DEBUG (25863): 41f81f00 006f0057 006b0072 00720065 0000002b 01-30 21:49:53088 I/DEBUG (25863): 01-30 21:49:53088 I/DEBUG (25863): memory near sp: 01-30 21:49:53088 I/DEBUG (25863): 62c57090 0003bbe4 0003c330 0003ca7c 0003d1c8 01-30 21:49:53088 I/DEBUG (25863): 62c570a0 0003d914 0003e060 41f821f8 614e1785 01-30 21:49:53098 I/DEBUG (25863): 62c570b0 00000000 41f81e58 00000000 00000000 01-30 21:49:53098 I/DEBUG (25863): 62c570c0 00041374 62c57388 9d3a8c74 00000002 01-30 21:49:53098 I/DEBUG (25863): 62c570d0 61adb3f4 61adb424 61adb3ec 61b9a6d8 01-30 21:49:53098 I/DEBUG (25863): 62c570e0 00000000 61b9a6d8 61adb334 00000001 01-30 21:49:53098 I/DEBUG (25863): 62c570f0 00046b04 00047250 0004799c 000480e8 01-30 21:49:53098 I/DEBUG (25863): 62c57100 00048834 62c57a78 ffffffff 00000000 01-30 21:49:53098 I/DEBUG (25863): 62c57110 00000000 00000000 62c57388 41f81e28 01-30 21:49:53098 I/DEBUG (25863): 62c57120 00000002 614f5af5 0004d12c 0004d878 01-30 21:49:53098 I/DEBUG (25863): 62c57130 0004dfc4 0004e710 0004ee5c 0004f5a8 01-30 21:49:53098 I/DEBUG (25863): 62c57140 00000000 00050440 00050b8c 000512d8 01-30 21:49:53098 I/DEBUG (25863): 62c57150 00000000 00052170 61adbd90 61b9a230 01-30 21:49:53098 I/DEBUG (25863): 62c57160 61adb334 61adbd80 61b9a230 61adb334 01-30 21:49:53098 I/DEBUG (25863): 62c57170 00055484 00055bd0 00000000 00056a68 01-30 21:49:53098 I/DEBUG (25863): 62c57180 61adbd90 61b9a230 61adb334 61adbd80 01-30 21:49:53098 I/DEBUG (25863): 01-30 21:49:53098 I/DEBUG (25863): code around pc: 01-30 21:49:53098 I/DEBUG (25863): 00000000 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000010 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000020 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000030 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000040 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000050 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000060 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000070 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000080 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 00000090 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 000000a0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 000000b0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 000000c0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 000000d0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 000000e0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 000000f0 ffffffff ffffffff ffffffff ffffffff 01-30 21:49:53098 I/DEBUG (25863): 01-30 21:49:53098 I/DEBUG (25863): code around lr: 01-30 21:49:53098 I/DEBUG (25863): 614e178c 9b0c6879 bf082c00 46064604 e000f8d4 01-30 21:49:53098 I/DEBUG (25863): 614e179c 92014620 95004662 95039502 5008f8de 01-30 21:49:53098 I/DEBUG (25863): 614e17ac 460347a8 28006278 683bd055 2550f64b 01-30 21:49:53098 I/DEBUG (25863): 614e17bc f0036879 6afa0407 03c8f3c3 00643901 01-30 21:49:53098 I/DEBUG (25863): 614e17cc fa251c58 f852f304 f0032021 fa000303 01-30 21:49:53098 I/DEBUG (25863): 614e17dc 429af303 aec7f43f 0a48f10d 2300212b 01-30 21:49:53098 I/DEBUG (25863): 614e17ec 46509312 f01f9313 4e66f9e3 f106447e 01-30 21:49:53098 I/DEBUG (25863): 614e17fc 46040e20 34104635 3610cd0f f8444575 01-30 21:49:53098 I/DEBUG (25863): 614e180c f8440c10 f8441c0c f8442c08 d1f13c04 01-30 21:49:53098 I/DEBUG (25863): 614e181c f240ce03 4a5c159d f8b64b5c 447ae000 01-30 21:49:53098 I/DEBUG (25863): 614e182c 447b78b6 f06f6020 606100d6 f8a44651 01-30 21:49:53098 I/DEBUG (25863): 614e183c 72a6e008 f0239500 4650fd6d f9caf01f 01-30 21:49:53098 I/DEBUG (25863): 614e184c 2301e691 28004604 ae54f43f 4632e626 01-30 21:49:53098 I/DEBUG (25863): 614e185c 2401e613 ad10e64e 21069010 46289311 01-30 21:49:53098 I/DEBUG (25863): 614e186c f9a6f01f c128f8df 4a4a4686 1895f240 01-30 21:49:53098 I/DEBUG (25863): 614e187c 4b4944fc 447a4629 0000f8dc f8bc447b 01-30 21:49:53158 E/mm-camera( 242): cpp_hardware_process_frame:956, v4l2 ioctl() failed rc:-1, trans_code:-11 01-30 21:49:53158 E/mm-camera( 242): [cpp_hardware_process_frame:960] drop this frame 01-30 21:49:53158 E/mm-camera( 242): [cpp_hardware_process_frame:962] cpp drop counter 0 01-30 21:49:53158 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:242 identity:0x20004 01-30 21:49:53198 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:243 identity:0x20004 01-30 21:49:53208 I/DEBUG (25863): !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 3515 01-30 21:49:53208 I/BootReceiver( 731): Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE) 01-30 21:49:53218 I/dumpstate( 4070): begin 01-30 21:49:53218 W/ActivityManager( 731): Force finishing activity ukcomicompanieroopencvappli/CameraActivity 01-30 21:49:53228 D/DisplayManagerGlobal( 731): getDisplayInfo: displayId=0, info=DisplayInfo{"Built-in Screen", app 480 x 800, real 480 x 800, largest app 800 x 762, smallest app 480 x 442, 600 fps, rotation0, density 240 (217714 x 21617) dpi, layerStack 0, type BUILT_IN, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS} 01-30 21:49:53228 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:244 identity:0x20004 01-30 21:49:53238 W/ApplicationPackageManager( 731): getCSCPackageItemText() 01-30 21:49:53248 I/dumpstate( 4075): begin 01-30 21:49:53248 I/dumpstate( 4075): dumpstate is still running 01-30 21:49:53258 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:245 identity:0x20004 01-30 21:49:53258 D/STATUSBAR-StatusBarManagerService( 731): manageDisableList what=0x0 pkg=WindowManagerLayoutParams 01-30 21:49:53268 I/SurfaceFlinger( 227): id=707 createSurf (1x1),1 flag=4, terevin 01-30 21:49:53288 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:246 identity:0x20004 01-30 21:49:53298 D/AutotriggerReceiver(13182): [onReceive] Intent { act=androidintentactionDROPBOX_ENTRY_ADDED flg=0x10 cmp=comqualcommlogkit/autotriggerAutotriggerReceiver (has extras) } 01-30 21:49:53308 D/AutotriggerReceiver(13182): [onReceive] Intent { act=androidintentactionDROPBOX_ENTRY_ADDED flg=0x10 cmp=comqualcommlogkit/autotriggerAutotriggerReceiver (has extras) } 01-30 21:49:53308 D/AutotriggerReceiver(13182): [onReceive] androidintentactionDROPBOX_ENTRY_ADDED: SYSTEM_TOMBSTONE 01-30 21:49:53328 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:247 identity:0x20004 01-30 21:49:53358 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:248 identity:0x20004 01-30 21:49:53388 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:249 identity:0x20004 01-30 21:49:53418 D/dalvikvm( 731): GC_FOR_ALLOC freed 2433K, 25% free 21049K/27744K, paused 107ms, total 108ms 01-30 21:49:53418 D/CrashAnrDetector( 731): Build: samsung/heatqltexx/heatqlte:444/KTU84P/G357FZXXU1AOH4:user/release-keys 01-30 21:49:53418 D/CrashAnrDetector( 731): Hardware: MSM8916 01-30 21:49:53418 D/CrashAnrDetector( 731): Revision: 2 01-30 21:49:53418 D/CrashAnrDetector( 731): Bootloader: G357FZXXU1AOH4 01-30 21:49:53418 D/CrashAnrDetector( 731): Radio: unknown 01-30 21:49:53418 D/CrashAnrDetector( 731): Kernel: Linux version 31028-772944 (dpi@SWHD8906) (gcc version 47 (GCC) ) #1 SMP PREEMPT Wed Aug 19 20:36:20 KST 2015 01-30 21:49:53418 D/CrashAnrDetector( 731): 01-30 21:49:53418 D/CrashAnrDetector( 731): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 01-30 21:49:53418 D/CrashAnrDetector( 731): Build fingerprint: 'samsung/heatqltexx/heatqlte:444/KTU84P/G357FZXXU1AOH4:user/release-keys' 01-30 21:49:53418 D/CrashAnrDetector( 731): Revision: '2' 01-30 21:49:53418 D/CrashAnrDetector( 731): pid: 3515, tid: 3744, name: Thread-1580 >>> ukcomicompanieroopencvappli <<< 01-30 21:49:53418 D/CrashAnrDetector( 731): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): r0 41f821f8 r1 00000002 r2 41f81e30 r3 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): r4 41f821f8 r5 00000000 r6 61c9a614 r7 41f81e28 01-30 21:49:53418 D/CrashAnrDetector( 731): r8 00000000 r9 ffffffff sl 00012c00 fp 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): ip 41f81e30 sp 62c570b0 lr 614e17af pc 00000000 cpsr 200e0010 01-30 21:49:53418 D/CrashAnrDetector( 731): d0 7463617274627573 d1 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d2 4330000000000000 d3 0008000062924e90 01-30 21:49:53418 D/CrashAnrDetector( 731): d4 4330000000000000 d5 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d6 0000000000000000 d7 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d8 0000000000000000 d9 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d10 0000000000000000 d11 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d12 0000000000000000 d13 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d14 0000000000000000 d15 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d16 0000000062924e90 d17 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d18 0000000000000000 d19 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d20 0101010101010101 d21 0101010101010101 01-30 21:49:53418 D/CrashAnrDetector( 731): d22 0000000000000000 d23 0000000000000000 01-30 21:49:53418 D/CrashAnrDetector( 731): d24 0080008000800080 d25 0080008000800080 01-30 21:49:53418 D/CrashAnrDetector( 731): d26 0080008000800080 d27 0080008000800080 01-30 21:49:53418 D/CrashAnrDetector( 731): d28 0080008000800080 d29 0080008000800080 01-30 21:49:53418 D/CrashAnrDetector( 731): d30 0000000000000000 d31 8080808080808080 01-30 21:49:53418 D/CrashAnrDetector( 731): scr 80000012 01-30 21:49:53418 D/CrashAnrDetector( 731): 01-30 21:49:53418 D/CrashAnrDetector( 731): backtrace: 01-30 21:49:53418 D/CrashAnrDetector( 731): #00 pc 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): #1 pc 000ed7ad /data/app-lib/orgopencvengine-1/libopencv_java3so (cv::Mat::create(int, int const, int)+1296) 01-30 21:49:53418 D/CrashAnrDetector( 731): 01-30 21:49:53418 D/CrashAnrDetector( 731): stack: 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57070 00038184 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57074 000388d0 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57078 0003901c 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c5707c 00039768 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57080 00039eb4 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57084 0003a600 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57088 0003ad4c 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c5708c 0003b498 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57090 0003bbe4 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57094 0003c330 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c57098 0003ca7c 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c5709c 0003d1c8 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570a0 0003d914 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570a4 0003e060 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570a8 41f821f8 /dev/ashmem/dalvik-heap (deleted) 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570ac 614e1785 /data/app-lib/orgopencvengine-1/libopencv_java3so (cv::Mat::create(int, int const, int)+1256) 01-30 21:49:53418 D/CrashAnrDetector( 731): #00 62c570b0 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 01-30 21:49:53418 D/CrashAnrDetector( 731): #1 62c570b0 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570b4 41f81e58 /dev/ashmem/dalvik-heap (deleted) 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570b8 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570bc 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570c0 00041374 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570c4 62c57388 [stack:3744] 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570c8 9d3a8c74 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570cc 00000002 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570d0 61adb3f4 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570d4 61adb424 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570d8 61adb3ec /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570dc 61b9a6d8 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570e0 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570e4 61b9a6d8 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570e8 61adb334 /data/app-lib/orgopencvengine-1/libopencv_java3so 01-30 21:49:53418 D/CrashAnrDetector( 731): 62c570ec 00000001 01-30 21:49:53418 D/CrashAnrDetector( 731): 01-30 21:49:53418 D/CrashAnrDetector( 731): memory near r0: 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f821d8 006e006e 00620061 0065006c 00000013 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f821e8 41f820e8 00000000 41ed54d0 0000001b 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f821f8 41672a60 00000000 00000000 41672518 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82208 00000000 0000001b 41682968 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82218 41f82228 00000001 0000000b 0000003b 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82228 41664950 00000000 00000010 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82238 00680054 00650072 00640061 0031002d 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82248 00380035 00000030 00000000 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82258 00000000 00000023 416640e0 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82268 41f82228 00000000 00000000 0000000b 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82278 00000000 00000023 41673a10 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82288 00000000 00000000 00000000 41f81e28 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f82298 00000000 0000001b 41664698 00000000 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f822a8 00000000 62924120 00000000 00000023 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f822b8 416640e0 00000000 41f822d8 fa620efe 01-30 21:49:53418 D/CrashAnrDetector( 731): 41f822c8 00 01-30 21:49:53428 D/CrashAnrDetector( 731): processName:ukcomicompanieroopencvappli 01-30 21:49:53428 D/CrashAnrDetector( 731): broadcastEvent : ukcomicompanieroopencvappli SYSTEM_TOMBSTONE 01-30 21:49:53428 E/mm-camera( 242): cpp_thread_handle_process_buf_event:218] get buffer fail drop frame id:250 identity:0x20004 01-30 21:49:53428 W/ContextImpl( 731): Calling a method in the system process without a qualified user: androidappContextImplsendBroadcast:1272 comandroidserveranalyticsdatacollectionapplicationCrashAnrDetectorbroadcastEvent:296 comandroidserveranalyticsdatacollectionapplicationCrashAnrDetectorprocessDropBoxEntry:254 comandroidserveranalyticsdatacollectionapplicationCrashAnrDetectoraccess$100:60 comandroidserveranalyticsdatacollectionapplicationCrashAnrDetector$1onReceive:102 libcSigSevtxt —Reply to this email directly or view it on GitHub.

Source: Gmail -> IFTTT-> Blogger

No comments: