[question] A question about debugging in android

hello ,
anybody knows about tool to convert messages like

08-08 22:21:18.179: I/DEBUG(251): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 08-08 22:21:18.179: I/DEBUG(251): Build fingerprint: 'samsung/GT-S5830/GT-S5830:2.3.6/GINGERBREAD/XWKTM:user/release-keys' 08-08 22:21:18.179: I/DEBUG(251): pid: 2000, tid: 2012 >>> com.nitsp.com <<< 08-08 22:21:18.179: I/DEBUG(251): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000 08-08 22:21:18.179: I/DEBUG(251): r0 46f539f8 r1 46f539f8 r2 80ed12e0 r3 00000000 08-08 22:21:18.179: I/DEBUG(251): r4 80ede0c4 r5 43200000 r6 002e0010 r7 438b2aab 08-08 22:21:18.179: I/DEBUG(251): r8 43f00000 r9 45fd1f28 10 45fd1f14 fp 450677e0 08-08 22:21:18.179: I/DEBUG(251): ip 00000000 sp 46f538b8 lr 80cd6dab pc 80ce3340 cpsr 00000030 08-08 22:21:18.179: I/DEBUG(251): d0 000000003f800000 d1 0000000000000000 08-08 22:21:18.179: I/DEBUG(251): d2 4096f0003f800000 d3 41ec000000000000 08-08 22:21:18.179: I/DEBUG(251): d4 003b000000000000 d5 46fffe00c7000000 08-08 22:21:18.179: I/DEBUG(251): d6 3f000000c7000000 d7 000000003f800000 08-08 22:21:18.179: I/DEBUG(251): d8 0000000000000000 d9 0000000000000000 08-08 22:21:18.179: I/DEBUG(251): d10 0000000000000000 d11 0000000000000000 08-08 22:21:18.179: I/DEBUG(251): d12 0000000000000000 d13 0000000000000000 08-08 22:21:18.179: I/DEBUG(251): d14 0000000000000000 d15 0000000000000000 08-08 22:21:18.179: I/DEBUG(251): scr 60000012 08-08 22:21:18.279: I/DEBUG(251): #00 pc 000e3340 /data/data/com.nitsp.com/lib/libgame.so 08-08 22:21:18.289: I/DEBUG(251): #01 pc 000e30a4 /data/data/com.nitsp.com/lib/libgame.so 08-08 22:21:18.289: I/DEBUG(251): #02 pc 000e30f0 /data/data/com.nitsp.com/lib/libgame.so 08-08 22:21:18.289: I/DEBUG(251): #03 pc 000e1fce /data/data/com.nitsp.com/lib/libgame.so

to readable format. as error comes in xcode ?

i heard about QT ?

please anybody

Please refer to NDK_ROOT/docs/NDK-STACK.html.