Git Product home page Git Product logo

hellolibtorrent's Introduction

HelloLibtorrent

This is a basic setup to test libtorrent on android.

You can simply run the clean-and-build.sh to build the entire thing. This will also automatically install the created apk on a connected phone and start adb logcat.

Do note that this example will download a torrent file which is hardcoded on a location (see jni/hello.cpp for details). You will have to place this torrent file manually on your phone. Next, you will want to change the 2 occurrences of /storage/sdcard0/Torrents in jni/hello.cpp to where the torrent is located.

hellolibtorrent's People

Contributors

rjagerman avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

hellolibtorrent's Issues

Empty torrent status

I've been trying to test your project but, each time I run it, I get torrent status downloading and the rest are 0 (tried multiple torrent files).

Crash log of the segmentation fault

F/libc (11973): Fatal signal 11 (SIGSEGV) at 0x00203cd4 (code=1), thread 12000 (hellolibtorrent)
I/DEBUG ( 316): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 316): Build fingerprint: 'Sony/C6603/C6603:4.3/10.4.1.B.0.101/mr_3rQ:user/release-keys'
I/DEBUG ( 316): Revision: '0'
I/DEBUG ( 316): pid: 11973, tid: 12000, name: hellolibtorrent >>> com.example.hellolibtorrent <<<
I/DEBUG ( 316): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00203cd4
I/DEBUG ( 316): r0 7448bdf8 r1 00203cd2 r2 00300000 r3 0020003a
I/DEBUG ( 316): r4 77b19ae8 r5 00000001 r6 00000793 r7 000001c0
I/DEBUG ( 316): r8 00000794 r9 00d9009c sl 73cee928 fp 73ceee18
I/DEBUG ( 316): ip 0069002d sp 74449c88 lr 73f2bb68 pc 73eac214 cpsr 20000010
I/DEBUG ( 316): d0 0000000000000000 d1 0000000000000000
I/DEBUG ( 316): d2 0000000000000000 d3 0000000000000000
I/DEBUG ( 316): d4 6f63693c0909090a d5 090909090a0d3e6e
I/DEBUG ( 316): d6 707974656d696d3c d7 2f6567616d693e65
I/DEBUG ( 316): d8 0000000000000000 d9 0000000000000000
I/DEBUG ( 316): d10 0000000000000000 d11 0000000000000000
I/DEBUG ( 316): d12 0000000000000000 d13 0000000000000000
I/DEBUG ( 316): d14 0000000000000000 d15 0000000000000000
I/DEBUG ( 316): d16 b0b0e639bc73107a d17 a6fe8f7b2230371e
I/DEBUG ( 316): d18 000000306e616c77 d19 00006f6c000005dc
I/DEBUG ( 316): d20 0000000000000000 d21 0000000200000000
I/DEBUG ( 316): d22 000000000100007f d23 6e616c7700000000
I/DEBUG ( 316): d24 3333333333333333 d25 b5b5b5b5b5b5b5b5
I/DEBUG ( 316): d26 e5e5e5e5e5e5e5e5 d27 ffffffffffffffff
I/DEBUG ( 316): d28 0100010001000100 d29 0100010001000100
I/DEBUG ( 316): d30 ffffffffffffffff d31 ffffffffffffffff
I/DEBUG ( 316): scr 60000010
I/DEBUG ( 316):
I/DEBUG ( 316): backtrace:
I/DEBUG ( 316): #00 pc 001b3214 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so (libtorrent::piece_picker::piece_priority(int) const+8)
I/DEBUG ( 316): #1 pc 00232b64 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so (libtorrent::torrent::bytes_done(libtorrent::torrent_status&, bool) const+204)
I/DEBUG ( 316):
I/DEBUG ( 316): stack:
I/DEBUG ( 316): 74449c48 73ceea68
I/DEBUG ( 316): 74449c4c 400c6be1 /system/lib/libc.so (free+12)
I/DEBUG ( 316): 74449c50 73ceea60
I/DEBUG ( 316): 74449c54 741bc608 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so
I/DEBUG ( 316): 74449c58 73ceea68
I/DEBUG ( 316): 74449c5c 73ceea68
I/DEBUG ( 316): 74449c60 00000001
I/DEBUG ( 316): 74449c64 400c9c33 /system/lib/libc.so (dlfree+50)
I/DEBUG ( 316): 74449c68 40101000 /system/lib/libc.so
I/DEBUG ( 316): 74449c6c 73ceea68
I/DEBUG ( 316): 74449c70 73ceea68
I/DEBUG ( 316): 74449c74 741bc608 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so
I/DEBUG ( 316): 74449c78 77b19ae8 [stack:12014]
I/DEBUG ( 316): 74449c7c 73ceeee0
I/DEBUG ( 316): 74449c80 df0027ad
I/DEBUG ( 316): 74449c84 00000000
I/DEBUG ( 316): #00 74449c88 00000001
I/DEBUG ( 316): ........ ........
I/DEBUG ( 316): #1 74449c88 00000001
I/DEBUG ( 316): 74449c8c 73de8e10 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so
I/DEBUG ( 316): 74449c90 73de8df8 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so
I/DEBUG ( 316): 74449c94 73dd03b4 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so
I/DEBUG ( 316): 74449c98 000000f3
I/DEBUG ( 316): 74449c9c 00080000
I/DEBUG ( 316): 74449ca0 40104008
I/DEBUG ( 316): 74449ca4 10000000
I/DEBUG ( 316): 74449ca8 77a09b30
I/DEBUG ( 316): 74449cac 73ceee18
I/DEBUG ( 316): 74449cb0 741bc620 /data/app-lib/com.example.hellolibtorrent-1/libtorrent-rasterbar.so
I/DEBUG ( 316): 74449cb4 47ec7d60 /dev/ashmem/dalvik-heap (deleted)
I/DEBUG ( 316): 74449cb8 73cee5a0
I/DEBUG ( 316): 74449cbc 74449d48 [stack:12000]
I/DEBUG ( 316): 74449cc0 0000000b
I/DEBUG ( 316): 74449cc4 73ceee18
I/DEBUG ( 316):
I/DEBUG ( 316): memory near r0:
I/DEBUG ( 316): 7448bdd8 6a6a6a6a 0000001b 00000002 00000002
I/DEBUG ( 316): 7448bde8 7448684c 00000000 6a6a6a6a 0000006b
I/DEBUG ( 316): 7448bdf8 75efe7e0 77a19f78 00000007 00000000
I/DEBUG ( 316): 7448be08 00000000 73cef1e0 00000145 00000144
I/DEBUG ( 316): 7448be18 741c5740 741c5740 00000000 00000000
I/DEBUG ( 316): 7448be28 00000000 00000000 00000000 741bd800
I/DEBUG ( 316): 7448be38 741a1d88 77c05bf0 0069002d 00380033
I/DEBUG ( 316): 7448be48 47f1a9ac 00000000 ffffffff 000a0000
I/DEBUG ( 316): 7448be58 00000068 0000005b 00000000 42280000
I/DEBUG ( 316): 7448be68 3f800000 00000000 00000000 00000000
I/DEBUG ( 316): 7448be78 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 7448be88 00000000 00000000 00000000 ffffffff
I/DEBUG ( 316): 7448be98 00000000 40800000 0b000101 72492540
I/DEBUG ( 316): 7448bea8 00000000 00000007 000000c0 0000005b
I/DEBUG ( 316): 7448beb8 32f7dc79 00000054 00000001 73726563
I/DEBUG ( 316): 7448bec8 00000040 00000001 00000001 42580000
I/DEBUG ( 316):
I/DEBUG ( 316): memory near r1:
I/DEBUG ( 316): 00203cb0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203cc0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203cd0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203ce0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203cf0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d00 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d10 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d20 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d30 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d40 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d50 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d60 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d70 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d80 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203d90 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00203da0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316):
I/DEBUG ( 316): memory near r2:
I/DEBUG ( 316): 002fffe0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 002ffff0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00300090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 003000a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 003000b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 003000c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 003000d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316):
I/DEBUG ( 316): memory near r3:
I/DEBUG ( 316): 00200018 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200028 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200038 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200048 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200058 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200068 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200078 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200088 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200098 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 002000a8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 002000b8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 002000c8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 002000d8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 002000e8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 002000f8 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00200108 ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316):
I/DEBUG ( 316): memory near r4:
I/DEBUG ( 316): 77b19ac8 77b19a84 742480f0 00000000 74240120
I/DEBUG ( 316): 77b19ad8 77b19a38 742483d8 74248798 74248e8c
I/DEBUG ( 316): 77b19ae8 73ceee18 73cee5a0 00000007 00000100
I/DEBUG ( 316): 77b19af8 753f0100 00000000 00000000 741c5740
I/DEBUG ( 316): 77b19b08 753fa6a4 75e63d24 73cee928 00000000
I/DEBUG ( 316): 77b19b18 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 77b19b28 741c5740 00000000 00000000 00000000
I/DEBUG ( 316): 77b19b38 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 77b19b48 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 77b19b58 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 77b19b68 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 77b19b78 ffffffff ffffffff 00000000 00000000
I/DEBUG ( 316): 77b19b88 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 77b19b98 00000000 00000000 01980000 000001c0
I/DEBUG ( 316): 77b19ba8 00300000 fffffe78 3ca00000 00000000
I/DEBUG ( 316): 77b19bb8 00000000 00000000 00000000 00000000
I/DEBUG ( 316):
I/DEBUG ( 316): memory near r9:
I/DEBUG ( 316): 00d9007c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9008c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9009c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d900ac ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d900bc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d900cc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d900dc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d900ec ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d900fc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9010c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9011c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9012c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9013c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9014c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9015c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 00d9016c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316):
I/DEBUG ( 316): memory near sl:
I/DEBUG ( 316): 73cee908 74483e68 00000000 00000000 00000000
I/DEBUG ( 316): 73cee918 00000000 00000000 00000080 000000eb
I/DEBUG ( 316): 73cee928 00000003 00000000 75e63cf0 75e63d10
I/DEBUG ( 316): 73cee938 75e63d10 00000000 00000000 00000000
I/DEBUG ( 316): 73cee948 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73cee958 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73cee968 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73cee978 75e63d24 00000000 3ca00000 00000000
I/DEBUG ( 316): 73cee988 00000794 00080000 00000000 75e63d70
I/DEBUG ( 316): 73cee998 75e63de0 75e63de0 00000000 00000000
I/DEBUG ( 316): 73cee9a8 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73cee9b8 00000000 00000000 00000000 744538f0
I/DEBUG ( 316): 73cee9c8 73cee810 74453950 75ef84cc 741c5740
I/DEBUG ( 316): 73cee9d8 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73cee9e8 00000000 534febcc bc73107a b0b0e639
I/DEBUG ( 316): 73cee9f8 2230371e a6fe8f7b 595dacae 000097f1
I/DEBUG ( 316):
I/DEBUG ( 316): memory near fp:
I/DEBUG ( 316): 73ceedf8 00000001 00000001 7446bf30 00000000
I/DEBUG ( 316): 73ceee08 6e6f6974 6f727400 00000020 000003c9
I/DEBUG ( 316): 73ceee18 73ceee10 73ceee10 00000000 00000000
I/DEBUG ( 316): 73ceee28 779ffb90 00000003 00000000 73ceee18
I/DEBUG ( 316): 73ceee38 73cee5a0 00000000 00000000 00000000
I/DEBUG ( 316): 73ceee48 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73ceee58 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73ceee68 00000000 00000000 73cef190 00000008
I/DEBUG ( 316): 73ceee78 73cef470 73cef470 73cef670 73cef19c
I/DEBUG ( 316): 73ceee88 73cef470 73cef470 73cef670 73cef19c
I/DEBUG ( 316): 73ceee98 73ceee18 00000000 00000000 00000000
I/DEBUG ( 316): 73ceeea8 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73ceeeb8 00000000 00000000 47b70231 00000000
I/DEBUG ( 316): 73ceeec8 73cee928 73cef1e0 73cef1e0 00000000
I/DEBUG ( 316): 73ceeed8 00000000 00000000 00000000 00000000
I/DEBUG ( 316): 73ceeee8 73ceeee0 73ceeee0 00000000 00000000
I/DEBUG ( 316):
I/DEBUG ( 316): memory near ip:
I/DEBUG ( 316): 0069000c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069001c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069002c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069003c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069004c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069005c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069006c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069007c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069008c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 0069009c ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 006900ac ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 006900bc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 006900cc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 006900dc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 006900ec ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316): 006900fc ffffffff ffffffff ffffffff ffffffff
I/DEBUG ( 316):
I/DEBUG ( 316): memory near sp:
I/DEBUG ( 316): 74449c68 40101000 73ceea68 73ceea68 741bc608
I/DEBUG ( 316): 74449c78 77b19ae8 73ceeee0 df0027ad 00000000
I/DEBUG ( 316): 74449c88 00000001 73de8e10 73de8df8 73dd03b4
I/DEBUG ( 316): 74449c98 000000f3 00080000 40104008 10000000
I/DEBUG ( 316): 74449ca8 77a09b30 73ceee18 741bc620 47ec7d60
I/DEBUG ( 316): 74449cb8 73cee5a0 74449d48 0000000b 73ceee18
I/DEBUG ( 316): 74449cc8 74449d48 73f218d0 00000000 741bc5f4
I/DEBUG ( 316): 74449cd8 741c5734 75e63d24 741c5734 753fa6a4
I/DEBUG ( 316): 74449ce8 741c5734 77b19b08 741c5734 73ceee18
I/DEBUG ( 316): 74449cf8 77b19ae8 ff5806f2 00000000 ffffffff
I/DEBUG ( 316): 74449d08 77b19907 73cee5a0 74449d48 73f2c5f8
I/DEBUG ( 316): 74449d18 741aacfc 0000000b 741bc5f4 400c9c33
I/DEBUG ( 316): 74449d28 47ec7d60 00000000 00000018 74449ddc
I/DEBUG ( 316): 74449d38 40104050 74449ddc 779c67b8 400c983f
I/DEBUG ( 316): 74449d48 73ceee18 73cee5a0 753fa6a4 1000f93c
I/DEBUG ( 316): 74449d58 77a0cd60 73ceadbc 741aacfc 77b19907
I/DEBUG ( 316):
I/DEBUG ( 316): code around pc:
I/DEBUG ( 316): 73eac1f4 e1590004 1afffff1 e3520000 13a03001
I/DEBUG ( 316): 73eac204 15cb3060 e8bd8ff8 e590301c e0831181
I/DEBUG ( 316): 73eac214 e5d10002 e1a00120 e2000007 e12fff1e
I/DEBUG ( 316): 73eac224 e5902020 e590301c e2811001 e0633002
I/DEBUG ( 316): 73eac234 e15101c3 01d004b2 11d004b0 e12fff1e
I/DEBUG ( 316): 73eac244 e5923000 e3510000 e2812007 a1a02001
I/DEBUG ( 316): 73eac254 e7d331c2 e3a0c080 e2012007 e013325c
I/DEBUG ( 316): 73eac264 0a000008 e590301c e0831181 e5913004
I/DEBUG ( 316): 73eac274 e3730001 0a000005 e5d10002 e210001c
I/DEBUG ( 316): 73eac284 13a00001 e12fff1e e1a00003 e12fff1e
I/DEBUG ( 316): 73eac294 e3a00000 e12fff1e e5923000 e3510000
I/DEBUG ( 316): 73eac2a4 e2812007 a1a02001 e7d331c2 e3a0c080
I/DEBUG ( 316): 73eac2b4 e2012007 e013325c 0a00000a e590301c
I/DEBUG ( 316): 73eac2c4 e0831181 e5913004 e3730001 0a000007
I/DEBUG ( 316): 73eac2d4 e5d10002 e3100001 1a000004 e210001c
I/DEBUG ( 316): 73eac2e4 13a00001 e12fff1e e1a00003 e12fff1e
I/DEBUG ( 316):
I/DEBUG ( 316): code around lr:
I/DEBUG ( 316): 73f2bb48 e1c46bf8 e1c42cf0 e59a6060 e5909044
I/DEBUG ( 316): 73f2bb58 e2466001 e1a01006 e08c9009 ebfe01a8
I/DEBUG ( 316): 73f2bb68 e3500000 0a00006b e1c40cd8 e59b3230
I/DEBUG ( 316): 73f2bb78 e59dc014 e593301c e2488001 e0c7699c
I/DEBUG ( 316): 73f2bb88 e0833188 e5933004 e0506006 e0c17007
I/DEBUG ( 316): 73f2bb98 e3730001 e1c46cf8 0a00015b e59b3348
I/DEBUG ( 316): 73f2bba8 e3c334ff e3530000 0a000065 e3550000
I/DEBUG ( 316): 73f2bbb8 0affffc9 e59b30b0 e58d301c e593200c
I/DEBUG ( 316): 73f2bbc8 e5933008 e59dc01c e0633002 e353001f
I/DEBUG ( 316): 73f2bbd8 e28cc008 e58dc020 c3a03000 c28dc030
I/DEBUG ( 316): 73f2bbe8 c58d3018 c58dc024 ca000009 ea000056
I/DEBUG ( 316): 73f2bbf8 e59d301c e59dc018 e593200c e5933008
I/DEBUG ( 316): 73f2bc08 e28cc001 e0633002 e15c02c3 e58dc018
I/DEBUG ( 316): 73f2bc18 aa00004d e59d0020 e59d1018 ebfbbbcc
I/DEBUG ( 316): 73f2bc28 e3500000 0afffff1 e59d0020 e59d1018
I/DEBUG ( 316): 73f2bc38 ebfbbbc2 e3a02000 e3a03000 e1cd20f0
I/DEBUG ( 316):
I/DEBUG ( 316): memory map around fault addr 00203cd4:
I/DEBUG ( 316): (no map below)
I/DEBUG ( 316): (no map for address)
I/DEBUG ( 316): 4009c000-4009e000 r-x /system/bin/app_process
D/NativeCrashListener( 764): Closing socket connection: FileDescriptor[415]
I/BootReceiver( 764): Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE)
W/ActivityManager( 764): Force finishing activity com.example.hellolibtorrent/.HelloLibtorrent
W/InputDispatcher( 764): channel '421d3170 com.example.hellolibtorrent/com.example.hellolibtorrent.HelloLibtorrent (server)' ~ Consumer closed input channel or an error occurred. events=0x9
E/InputDispatcher( 764): channel '421d3170 com.example.hellolibtorrent/com.example.hellolibtorrent.HelloLibtorrent (server)' ~ Channel is unrecoverably broken and will be disposed!
W/Adreno-EGL( 318): <qeglDrvAPI_eglMakeCurrent:2843>: EGL_BAD_MATCH
E/libEGL ( 318): eglMakeCurrent:671 error 3009 (EGL_BAD_MATCH)
W/InputDispatcher( 764): Attempted to unregister already unregistered input channel '421d3170 com.example.hellolibtorrent/com.example.hellolibtorrent.HelloLibtorrent (server)'
W/qdhwcomposer( 318): Excessive delay reading vsync: took 1484 ms
I/WindowState( 764): WIN DEATH: Window{421d3170 u0 com.example.hellolibtorrent/com.example.hellolibtorrent.HelloLibtorrent}
D/Zygote ( 319): Process 11973 terminated by signal (11)
W/ActivityManager( 764): Exception thrown during pause
W/ActivityManager( 764): android.os.DeadObjectException
W/ActivityManager( 764): at android.os.BinderProxy.transact(Native Method)
W/ActivityManager( 764): at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:640)
W/ActivityManager( 764): at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:998)
W/ActivityManager( 764): at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:3861)
W/ActivityManager( 764): at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:3793)
W/ActivityManager( 764): at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:8405)
W/ActivityManager( 764): at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:8282)
W/ActivityManager( 764): at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:9007)
W/ActivityManager( 764): at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:8516)
W/ActivityManager( 764): at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
I/ActivityManager( 764): Process com.example.hellolibtorrent (pid 11973) has died.
D/CustomizationProcess( 3412): dismissCustomizationDialog:true
I/CrashMonitor( 7421): CrashMonitorServiceBroadcastReceiver: Forwarding intent: android.intent.action.DROPBOX_ENTRY_ADDED tag: SYSTEM_TOMBSTONE
I/CrashMonitor( 7421): CrashMonitorService: Service started...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.