Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. The following 2 commands is approximately equivalent to 'adb install path/to/app.apk':
  2. piggz@linux-ykgv ~ $ adb push projects/build-JewelRush-Android_for_armeabi_v7a_GCC_4_6_Qt_5_4_0-Release/android-build/bin/QtApp-release-signed.apk /data/local/tmp/
  3. 8772 KB/s (15835973 bytes in 1.762s)
  4. piggz@linux-ykgv ~ $ adb shell exec /system/bin/app_process com.android.commands.pm.Pm "/data/local/tmp/QtApp-release-signed.apk"
  5.  
  6. Output from logcat:
  7. F/libc (28356): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 28356 (app_process)
  8. D/AEE/AED ( 122): $===AEE===AEE===AEE===$
  9. D/AEE/AED ( 122): p 0 poll events 1 revents 0
  10. D/AEE/AED ( 122): not know revents:0
  11. D/AEE/AED ( 122): p 1 poll events 1 revents 0
  12. D/AEE/AED ( 122): not know revents:0
  13. D/AEE/AED ( 122): p 2 poll events 1 revents 1
  14. D/AEE/AED ( 122): aed_main_fork_worker: generator 0x16ba168, worker 0xbe8ea9d8, recv_fd 14
  15. I/DEBUG (28362): handle_request(14)
  16. I/DEBUG (28362): check process 28356 name:app_process
  17. I/DEBUG (28362): BOOM: pid=28356 uid=2000 gid=2000 tid=28356
  18. D/AEE/AED ( 122): p 3 poll events 1 revents 0
  19. D/AEE/AED ( 122): not know revents:0
  20. D/AEE/AED ( 122): p 4 poll events 1 revents 0
  21. D/AEE/AED ( 122): not know revents:0
  22. I/DEBUG (28362): [OnPurpose Redunant in preset_info] pid: 28356, tid: 28356, name: app_process >>> /system/bin/app_process <<<
  23. D/StateMachine( 443): handleMessage: E msg.what=131155
  24. D/StateMachine( 443): processMsg: ConnectedState
  25. D/WifiStateMachine( 443): ConnectedState{ what=131155 when=-3ms arg1=38 target=Handler (com.android.internal.util.StateMachine$SmHandler) {424225c8} }
  26. D/StateMachine( 443): processMsg: L2ConnectedState
  27. D/WifiStateMachine( 443): L2ConnectedState{ what=131155 when=-3ms arg1=38 target=Handler (com.android.internal.util.StateMachine$SmHandler) {424225c8} }
  28. D/WifiNative-wlan0( 443): doString: SIGNAL_POLL
  29. D/WifiCommon( 443): [wlan0] SET "SIGNAL_POLL"
  30. D/wpa_supplicant(26257): RX ctrl_iface - hexdump(len=11): 53 49 47 4e 41 4c 5f 50 4f 4c 4c
  31. D/wpa_supplicant(26257): wlan0: Control interface command 'SIGNAL_POLL'
  32. D/wpa_supplicant(26257): nl80211: survey data missing!
  33. I/WifiStateMachine( 443): fetchRssiAndLinkSpeedNative, newRssi:-62, newLinkSpeed:135
  34. D/StateMachine( 443): handleMessage: X
  35. I/DEBUG (28362): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  36. I/DEBUG (28362): Build fingerprint: 'asus/WW_memo/ME173X:4.2.2/JDQ39/WW_user_4.2.4.04152_20140714:user/release-keys'
  37. I/DEBUG (28362): pid: 28356, tid: 28356, name: app_process >>> /system/bin/app_process <<<
  38. I/DEBUG (28362): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadd00d
  39. D/AudioMTKStreamIn( 134): AudioMTKStreamIn::read buffer = 0x43507430 bytes = 4096 this = 0x432b2570
  40. I/DEBUG (28362): r0 00000000 r1 404bbed8 r2 deadd00d r3 00000000
  41. I/DEBUG (28362): r4 40d7d318 r5 0000020c r6 410d8f68 r7 4011f1f4
  42. I/DEBUG (28362): r8 00000000 r9 40d63334 sl 410d8708 fp ffffffec
  43. I/DEBUG (28362): ip 40d78d70 sp bec06d40 lr 400de104 pc 40d0c1c0 cpsr 60000030
  44. I/DEBUG (28362):
  45. I/DEBUG (28362): backtrace:
  46. I/DEBUG (28362): #00 pc 000461c0 /system/lib/libdvm.so (dvmAbort+75)
  47. I/DEBUG (28362): #01 pc 0006becb /system/lib/libdvm.so
  48. I/DEBUG (28362): #02 pc 0006cd3d /system/lib/libdvm.so (dvmFindSystemClass(char const*)+2)
  49. I/DEBUG (28362): #03 pc 00055fe7 /system/lib/libdvm.so (dvmGcStartupClasses()+6)
  50. I/DEBUG (28362): #04 pc 0004818b /system/lib/libdvm.so (dvmStartup(int, char const* const*, bool, _JNIEnv*)+1474)
  51. I/DEBUG (28362): #05 pc 0004e821 /system/lib/libdvm.so (JNI_CreateJavaVM+568)
  52. I/DEBUG (28362): #06 pc 0004debd /system/lib/libandroid_runtime.so (android::AndroidRuntime::startVm(_JavaVM**, _JNIEnv**)+1816)
  53. I/DEBUG (28362): #07 pc 0004e377 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+186)
  54. I/DEBUG (28362): #08 pc 00000db7 /system/bin/app_process
  55. I/DEBUG (28362): #09 pc 0001bd98 /system/lib/libc.so (__libc_init+64)
  56. I/DEBUG (28362): #10 pc 00000ae8 /system/bin/app_process
  57. I/DEBUG (28362):
  58. I/DEBUG (28362): stack:
  59. I/DEBUG (28362): bec06d00 bec06d2c [stack]
  60. I/DEBUG (28362): bec06d04 bec06cc4 [stack]
  61. I/DEBUG (28362): bec06d08 4011fd70
  62. I/DEBUG (28362): bec06d0c 4011c178 /system/lib/libc.so
  63. I/DEBUG (28362): bec06d10 00000000
  64. I/DEBUG (28362): bec06d14 400de104 /system/lib/libc.so (__sflush_locked+36)
  65. I/DEBUG (28362): bec06d18 4011c1cc /system/lib/libc.so
  66. I/DEBUG (28362): bec06d1c ffffffff
  67. I/DEBUG (28362): bec06d20 00000000
  68. I/DEBUG (28362): bec06d24 400dfd60 /system/lib/libc.so (_fwalk+64)
  69. I/DEBUG (28362): bec06d28 40d7d318 /system/lib/libdvm.so
  70. I/DEBUG (28362): bec06d2c 0000020c
  71. I/DEBUG (28362): bec06d30 410d8f68
  72. I/DEBUG (28362): bec06d34 4011f1f4
  73. I/DEBUG (28362): bec06d38 df0027ad
  74. I/DEBUG (28362): bec06d3c 00000000
  75. I/DEBUG (28362): #00 bec06d40 4d0a7f08
  76. I/DEBUG (28362): bec06d44 6c756e28
  77. I/DEBUG (28362): bec06d48 0000296c
  78. I/DEBUG (28362): bec06d4c 00000000
  79. I/DEBUG (28362): bec06d50 00000000
  80. I/DEBUG (28362): bec06d54 00000000
  81. I/DEBUG (28362): bec06d58 00000000
  82. I/DEBUG (28362): bec06d5c 00000000
  83. I/DEBUG (28362): bec06d60 00000000
  84. I/DEBUG (28362): bec06d64 00000000
  85. I/DEBUG (28362): bec06d68 00000000
  86. I/DEBUG (28362): bec06d6c 00000000
  87. I/DEBUG (28362): bec06d70 00000000
  88. I/DEBUG (28362): bec06d74 00000000
  89. I/DEBUG (28362): bec06d78 00000000
  90. I/DEBUG (28362): bec06d7c 00000000
  91. I/DEBUG (28362): ........ ........
  92. I/DEBUG (28362): #01 bec06f58 4d0a53a4
  93. I/DEBUG (28362): bec06f5c 40d5babe /system/lib/libdvm.so
  94. I/DEBUG (28362): bec06f60 00000000
  95. I/DEBUG (28362): bec06f64 410d8708
  96. I/DEBUG (28362): bec06f68 00002000
  97. I/DEBUG (28362): bec06f6c 40d181af /system/lib/libdvm.so (dvmDumpReferenceTableContents(Object* const*, unsigned int, char const*)+582)
  98. I/DEBUG (28362): bec06f70 00000010
  99. I/DEBUG (28362): bec06f74 40d7d318 /system/lib/libdvm.so
  100. I/DEBUG (28362): bec06f78 00000000
  101. I/DEBUG (28362): bec06f7c 00000005
  102. I/DEBUG (28362): bec06f80 00000000
  103. I/DEBUG (28362): bec06f84 00000005
  104. I/DEBUG (28362): bec06f88 00000000
  105. I/DEBUG (28362): bec06f8c 00000005
  106. I/DEBUG (28362): bec06f90 410d95c0
  107. I/DEBUG (28362): bec06f94 40d1c0c9 /system/lib/libdvm.so (dvmAddTrackedAlloc+24)
  108. I/DEBUG (28362): ........ ........
  109. I/DEBUG (28362): #02 bec06ff0 410d8f68
  110. I/DEBUG (28362): bec06ff4 40d1bfeb /system/lib/libdvm.so (dvmGcStartupClasses()+10)
  111. I/DEBUG (28362):
  112. I/DEBUG (28362): memory near r1:
  113. I/DEBUG (28362): 404bbeb8 0000f8da 0b03ebb2 bf189103 0b01f04f ............O...
  114. I/DEBUG (28362): 404bbec8 90174621 f04f2700 463d30ff efccf7f2 !F...'O..0=F....
  115. I/DEBUG (28362): 404bbed8 f8cd46b8 9002a014 e02846b2 f7fe9801 .F.......F(.....
  116. I/DEBUG (28362): 404bbee8 f1bbfb42 d0060f00 42889924 f806d103 B.......$..B....
  117. I/DEBUG (28362): 404bbef8 27007b01 f7fce018 42a0fe98 9922da1d .{.'.......B..".
  118. I/DEBUG (28362):
  119. I/DEBUG (28362): memory near r4:
  120. I/DEBUG (28362): 40d7d2f8 00000000 00000000 00000000 00000000 ................
  121. I/DEBUG (28362): 40d7d308 00000000 00000000 00000000 00000000 ................
  122. I/DEBUG (28362): 40d7d318 410d8780 410d8770 00400000 08000000 ...Ap..A..@.....
  123. I/DEBUG (28362): 40d7d328 06000000 00000000 00000000 3fe00000 ...............?
  124. I/DEBUG (28362): 40d7d338 00200000 00800000 00008000 00006000 .. ..........`..
  125. I/DEBUG (28362):
  126. I/DEBUG (28362): memory near r6:
  127. I/DEBUG (28362): 410d8f48 00000000 00000000 20203a79 00000013 ........y: ....
  128. I/DEBUG (28362): 410d8f58 20202000 00000800 4c086008 00000453 . .....`.LS...
  129. I/DEBUG (28362): 410d8f68 00000000 4c08efe8 00000000 00000000 .......L........
  130. I/DEBUG (28362): 410d8f78 00000000 00000000 00000000 00000000 ................
  131. I/DEBUG (28362): 410d8f88 00000000 00000001 00000000 40ce4780 .............G.@
  132. I/DEBUG (28362):
  133. I/DEBUG (28362): memory near r7:
  134. I/DEBUG (28362): 4011f1d4 00000000 00000000 00000000 00000000 ................
  135. I/DEBUG (28362): 4011f1e4 00000000 00000000 00000000 00000000 ................
  136. I/DEBUG (28362): 4011f1f4 404bbed8 00000000 00000000 00000000 ..K@............
  137. I/DEBUG (28362): 4011f204 00000000 00000000 00000000 00000000 ................
  138. I/DEBUG (28362): 4011f214 00000000 00000000 00000000 00000000 ................
  139. I/DEBUG (28362):
  140. I/DEBUG (28362): memory near r9:
  141. I/DEBUG (28362): 40d63314 253d7465 6c202c64 253d6e65 63202c64 et=%d, len=%d, c
  142. I/DEBUG (28362): 40d63324 73726168 656c3e2d 6874676e 0078253d hars->length=%x.
  143. I/DEBUG (28362): 40d63334 76616a4c 616c2f61 442f676e 6f6d6561 Ljava/lang/Daemo
  144. I/DEBUG (28362): 40d63344 003b736e 65726874 64696461 3a64253d ns;.threadid=%d:
  145. I/DEBUG (28362): 40d63354 616e7520 20656c62 61206f74 25206464 unable to add %
  146. I/DEBUG (28362):
  147. I/DEBUG (28362): memory near sl:
  148. I/DEBUG (28362): 410d86e8 6e612f61 746d2f72 72745f6b 73656361 a/anr/mtk_traces
  149. I/DEBUG (28362): 410d86f8 7478742e 00000000 00000000 0000004b .txt........K...
  150. I/DEBUG (28362): 410d8708 40262651 bec074fc bec0755c 40262699 Q&&@.t..\u...&&@
  151. I/DEBUG (28362): 410d8718 bec077d0 4026278e 4026279a 402627a7 .w...'&@.'&@.'&@
  152. I/DEBUG (28362): 410d8728 410d86a0 410d86d0 bec0714c bec07138 ...A...ALq..8q..
  153. I/DEBUG (28362):
  154. I/DEBUG (28362): memory near ip:
  155. I/DEBUG (28362): 40d78d50 400d0df1 400d83f0 400c1830 400c184c ...@...@0..@L..@
  156. I/DEBUG (28362): 40d78d60 400d5db8 400c26a0 400ddbf8 400c3124 .].@.&.@...@$1.@
  157. I/DEBUG (28362): 40d78d70 400de130 400ebbc8 400c2c68 4014905c 0..@...@h,.@\..@
  158. I/DEBUG (28362): 40d78d80 400d7230 400dbe18 400c3d88 400d75ac 0r.@...@.=.@.u.@
  159. I/DEBUG (28362): 40d78d90 4018bc68 400d6848 400ec3b8 400ebb20 h..@Hh.@...@ ..@
  160. I/DEBUG (28362):
  161. I/DEBUG (28362): memory near sp:
  162. I/DEBUG (28362): bec06d20 00000000 400dfd60 40d7d318 0000020c ....`..@...@....
  163. I/DEBUG (28362): bec06d30 410d8f68 4011f1f4 df0027ad 00000000 h..A...@.'......
  164. I/DEBUG (28362): bec06d40 4d0a7f08 6c756e28 0000296c 00000000 ...M(null)......
  165. I/DEBUG (28362): bec06d50 00000000 00000000 00000000 00000000 ................
  166. I/DEBUG (28362): bec06d60 00000000 00000000 00000000 00000000 ................
  167. I/DEBUG (28362):
  168. I/DEBUG (28362): code around pc:
  169. I/DEBUG (28362): 40d0c1a0 447a34d4 ee84f7d7 461d2300 b1525d1a .4zD.....#.F.]R.
  170. I/DEBUG (28362): 40d0c1b0 18ad3301 7f00f5b3 e004d1f8 4a0a4798 .3...........G.J
  171. I/DEBUG (28362): 40d0c1c0 f7d77015 490cee7c 4a0c2006 44794c0c .p..|..I. .J.LyD
  172. I/DEBUG (28362): 40d0c1d0 f7d7447a 447ced18 f7d72000 6de3edc8 zD....|D. .....m
  173. I/DEBUG (28362): 40d0c1e0 d1eb2b00 bf00e7eb deadd00d 0006c96e .+..........n...
  174. I/DEBUG (28362):
  175. I/DEBUG (28362): code around lr:
  176. I/DEBUG (28362): 400de0e4 e1a05000 e59f403c e79f4004 e5943000 .P..<@...@...0..
  177. I/DEBUG (28362): 400de0f4 e3530000 1a000009 e1a00005 ebffffcf ..S.............
  178. I/DEBUG (28362): 400de104 e1a06000 e5940000 e3500000 0a000001 .`........P.....
  179. I/DEBUG (28362): 400de114 e1a00005 eb0001f2 e1a00006 e8bd8070 ............p...
  180. I/DEBUG (28362): 400de124 eb0001e3 eafffff3 0003de54 e92d4070 ........T...p@-.
  181. I/DEBUG (28362):
  182. I/DEBUG (28362): memory map around fault addr deadd00d:
  183. I/DEBUG (28362): bebe7000-bec08000 [stack]
  184. I/DEBUG (28362): (no map for address)
  185. I/DEBUG (28362): ffff0000-ffff1000 [vectors]
  186. D/AEE/AED (28362): Skip for Exp level'0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement