Advertisement
Guest User

Untitled

a guest
Aug 17th, 2015
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 62.87 KB | None | 0 0
  1. ------------------------------------------------------ ndk-build ------------------------------------------------------
  2. Brother:android-project blubee$ ndk-build
  3. [armeabi] Compile thumb  : SDL2 <= SDL.c
  4. [armeabi] Compile thumb  : SDL2 <= SDL_assert.c
  5. [armeabi] Compile thumb  : SDL2 <= SDL_error.c
  6. [armeabi] Compile thumb  : SDL2 <= SDL_hints.c
  7. [armeabi] Compile thumb  : SDL2 <= SDL_log.c
  8. [armeabi] Compile thumb  : SDL2 <= SDL_audio.c
  9. [armeabi] Compile thumb  : SDL2 <= SDL_audiocvt.c
  10. [armeabi] Compile thumb  : SDL2 <= SDL_audiodev.c
  11. [armeabi] Compile thumb  : SDL2 <= SDL_audiotypecvt.c
  12. [armeabi] Compile thumb  : SDL2 <= SDL_mixer.c
  13. [armeabi] Compile thumb  : SDL2 <= SDL_wave.c
  14. [armeabi] Compile thumb  : SDL2 <= SDL_androidaudio.c
  15. [armeabi] Compile thumb  : SDL2 <= SDL_dummyaudio.c
  16. [armeabi] Compile thumb  : SDL2 <= SDL_atomic.c
  17. [armeabi] Compile arm    : SDL2 <= SDL_spinlock.c
  18. [armeabi] Compile thumb  : SDL2 <= SDL_android.c
  19. [armeabi] Compile thumb  : SDL2 <= SDL_cpuinfo.c
  20. [armeabi] Compile thumb  : SDL2 <= SDL_dynapi.c
  21. [armeabi] Compile thumb  : SDL2 <= SDL_clipboardevents.c
  22. [armeabi] Compile thumb  : SDL2 <= SDL_dropevents.c
  23. [armeabi] Compile thumb  : SDL2 <= SDL_events.c
  24. [armeabi] Compile thumb  : SDL2 <= SDL_gesture.c
  25. [armeabi] Compile thumb  : SDL2 <= SDL_keyboard.c
  26. [armeabi] Compile thumb  : SDL2 <= SDL_mouse.c
  27. [armeabi] Compile thumb  : SDL2 <= SDL_quit.c
  28. [armeabi] Compile thumb  : SDL2 <= SDL_touch.c
  29. [armeabi] Compile thumb  : SDL2 <= SDL_windowevents.c
  30. [armeabi] Compile thumb  : SDL2 <= SDL_rwops.c
  31. [armeabi] Compile thumb  : SDL2 <= SDL_haptic.c
  32. [armeabi] Compile thumb  : SDL2 <= SDL_syshaptic.c
  33. [armeabi] Compile thumb  : SDL2 <= SDL_gamecontroller.c
  34. [armeabi] Compile thumb  : SDL2 <= SDL_joystick.c
  35. [armeabi] Compile thumb  : SDL2 <= SDL_sysjoystick.c
  36. [armeabi] Compile thumb  : SDL2 <= SDL_sysloadso.c
  37. [armeabi] Compile thumb  : SDL2 <= SDL_power.c
  38. [armeabi] Compile thumb  : SDL2 <= SDL_syspower.c
  39. [armeabi] Compile thumb  : SDL2 <= SDL_sysfilesystem.c
  40. [armeabi] Compile thumb  : SDL2 <= SDL_d3dmath.c
  41. [armeabi] Compile thumb  : SDL2 <= SDL_render.c
  42. [armeabi] Compile thumb  : SDL2 <= SDL_yuv_mmx.c
  43. [armeabi] Compile thumb  : SDL2 <= SDL_yuv_sw.c
  44. [armeabi] Compile thumb  : SDL2 <= SDL_render_d3d.c
  45. [armeabi] Compile thumb  : SDL2 <= SDL_render_d3d11.c
  46. [armeabi] Compile thumb  : SDL2 <= SDL_render_gl.c
  47. [armeabi] Compile thumb  : SDL2 <= SDL_shaders_gl.c
  48. [armeabi] Compile thumb  : SDL2 <= SDL_render_gles.c
  49. [armeabi] Compile thumb  : SDL2 <= SDL_render_gles2.c
  50. jni/SDL/src/render/opengles2/SDL_gles2funcs.h: In function 'GLES2_LoadFunctions':
  51. jni/SDL/src/render/opengles2/SDL_render_gles2.c:294:45: warning: assignment from incompatible pointer type [enabled by default]
  52.  #define SDL_PROC(ret,func,params) data->func=func;
  53.                                              ^
  54. jni/SDL/src/render/opengles2/SDL_gles2funcs.h:56:1: note: in expansion of macro 'SDL_PROC'
  55.  SDL_PROC(void, glShaderSource, (GLuint, GLsizei, const GLchar* const*, const GLint *))
  56.  ^
  57. [armeabi] Compile thumb  : SDL2 <= SDL_shaders_gles2.c
  58. [armeabi] Compile thumb  : SDL2 <= SDL_render_psp.c
  59. [armeabi] Compile thumb  : SDL2 <= SDL_blendfillrect.c
  60. [armeabi] Compile thumb  : SDL2 <= SDL_blendline.c
  61. [armeabi] Compile thumb  : SDL2 <= SDL_blendpoint.c
  62. [armeabi] Compile thumb  : SDL2 <= SDL_drawline.c
  63. [armeabi] Compile thumb  : SDL2 <= SDL_drawpoint.c
  64. [armeabi] Compile thumb  : SDL2 <= SDL_render_sw.c
  65. [armeabi] Compile thumb  : SDL2 <= SDL_rotate.c
  66. [armeabi] Compile thumb  : SDL2 <= SDL_getenv.c
  67. [armeabi] Compile thumb  : SDL2 <= SDL_iconv.c
  68. [armeabi] Compile thumb  : SDL2 <= SDL_malloc.c
  69. [armeabi] Compile thumb  : SDL2 <= SDL_qsort.c
  70. [armeabi] Compile thumb  : SDL2 <= SDL_stdlib.c
  71. [armeabi] Compile thumb  : SDL2 <= SDL_string.c
  72. [armeabi] Compile thumb  : SDL2 <= SDL_thread.c
  73. [armeabi] Compile thumb  : SDL2 <= SDL_syscond.c
  74. [armeabi] Compile thumb  : SDL2 <= SDL_sysmutex.c
  75. [armeabi] Compile thumb  : SDL2 <= SDL_syssem.c
  76. [armeabi] Compile thumb  : SDL2 <= SDL_systhread.c
  77. [armeabi] Compile thumb  : SDL2 <= SDL_systls.c
  78. [armeabi] Compile thumb  : SDL2 <= SDL_timer.c
  79. [armeabi] Compile thumb  : SDL2 <= SDL_systimer.c
  80. [armeabi] Compile thumb  : SDL2 <= SDL_RLEaccel.c
  81. [armeabi] Compile thumb  : SDL2 <= SDL_blit.c
  82. [armeabi] Compile thumb  : SDL2 <= SDL_blit_0.c
  83. [armeabi] Compile thumb  : SDL2 <= SDL_blit_1.c
  84. [armeabi] Compile thumb  : SDL2 <= SDL_blit_A.c
  85. [armeabi] Compile thumb  : SDL2 <= SDL_blit_N.c
  86. [armeabi] Compile thumb  : SDL2 <= SDL_blit_auto.c
  87. [armeabi] Compile thumb  : SDL2 <= SDL_blit_copy.c
  88. [armeabi] Compile thumb  : SDL2 <= SDL_blit_slow.c
  89. [armeabi] Compile thumb  : SDL2 <= SDL_bmp.c
  90. [armeabi] Compile thumb  : SDL2 <= SDL_clipboard.c
  91. [armeabi] Compile thumb  : SDL2 <= SDL_egl.c
  92. [armeabi] Compile thumb  : SDL2 <= SDL_fillrect.c
  93. [armeabi] Compile thumb  : SDL2 <= SDL_pixels.c
  94. [armeabi] Compile thumb  : SDL2 <= SDL_rect.c
  95. [armeabi] Compile thumb  : SDL2 <= SDL_shape.c
  96. [armeabi] Compile thumb  : SDL2 <= SDL_stretch.c
  97. [armeabi] Compile thumb  : SDL2 <= SDL_surface.c
  98. [armeabi] Compile thumb  : SDL2 <= SDL_video.c
  99. [armeabi] Compile thumb  : SDL2 <= SDL_androidclipboard.c
  100. [armeabi] Compile thumb  : SDL2 <= SDL_androidevents.c
  101. [armeabi] Compile thumb  : SDL2 <= SDL_androidgl.c
  102. [armeabi] Compile thumb  : SDL2 <= SDL_androidkeyboard.c
  103. [armeabi] Compile thumb  : SDL2 <= SDL_androidmessagebox.c
  104. [armeabi] Compile thumb  : SDL2 <= SDL_androidmouse.c
  105. [armeabi] Compile thumb  : SDL2 <= SDL_androidtouch.c
  106. [armeabi] Compile thumb  : SDL2 <= SDL_androidvideo.c
  107. [armeabi] Compile thumb  : SDL2 <= SDL_androidwindow.c
  108. [armeabi] Compile thumb  : SDL2 <= SDL_test_assert.c
  109. [armeabi] Compile thumb  : SDL2 <= SDL_test_common.c
  110. [armeabi] Compile thumb  : SDL2 <= SDL_test_compare.c
  111. [armeabi] Compile thumb  : SDL2 <= SDL_test_crc32.c
  112. [armeabi] Compile thumb  : SDL2 <= SDL_test_font.c
  113. [armeabi] Compile thumb  : SDL2 <= SDL_test_fuzzer.c
  114. [armeabi] Compile thumb  : SDL2 <= SDL_test_harness.c
  115. [armeabi] Compile thumb  : SDL2 <= SDL_test_imageBlit.c
  116. [armeabi] Compile thumb  : SDL2 <= SDL_test_imageBlitBlend.c
  117. [armeabi] Compile thumb  : SDL2 <= SDL_test_imageFace.c
  118. [armeabi] Compile thumb  : SDL2 <= SDL_test_imagePrimitives.c
  119. [armeabi] Compile thumb  : SDL2 <= SDL_test_imagePrimitivesBlend.c
  120. [armeabi] Compile thumb  : SDL2 <= SDL_test_log.c
  121. [armeabi] Compile thumb  : SDL2 <= SDL_test_md5.c
  122. [armeabi] Compile thumb  : SDL2 <= SDL_test_random.c
  123. [armeabi] SharedLibrary  : libSDL2.so
  124. [armeabi] Install        : libSDL2.so => libs/armeabi/libSDL2.so
  125. [armeabi] Compile thumb  : SDL2_image <= IMG.c
  126. jni/SDL2_image/IMG.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  127.  /*
  128.  ^
  129. [armeabi] Compile thumb  : SDL2_image <= IMG_bmp.c
  130. jni/SDL2_image/IMG_bmp.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  131.  /*
  132.  ^
  133. [armeabi] Compile thumb  : SDL2_image <= IMG_gif.c
  134. jni/SDL2_image/IMG_gif.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  135.  /*
  136.  ^
  137. [armeabi] Compile thumb  : SDL2_image <= IMG_jpg.c
  138. jni/SDL2_image/IMG_jpg.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  139.  /*
  140.  ^
  141. [armeabi] Compile thumb  : SDL2_image <= IMG_lbm.c
  142. jni/SDL2_image/IMG_lbm.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  143.  /*
  144.  ^
  145. [armeabi] Compile thumb  : SDL2_image <= IMG_pcx.c
  146. jni/SDL2_image/IMG_pcx.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  147.  /*
  148.  ^
  149. [armeabi] Compile thumb  : SDL2_image <= IMG_png.c
  150. jni/SDL2_image/IMG_png.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  151.  /*
  152.  ^
  153. [armeabi] Compile thumb  : SDL2_image <= IMG_pnm.c
  154. jni/SDL2_image/IMG_pnm.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  155.  /*
  156.  ^
  157. [armeabi] Compile thumb  : SDL2_image <= IMG_tga.c
  158. jni/SDL2_image/IMG_tga.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  159.  /*
  160.  ^
  161. [armeabi] Compile thumb  : SDL2_image <= IMG_tif.c
  162. jni/SDL2_image/IMG_tif.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  163.  /*
  164.  ^
  165. [armeabi] Compile thumb  : SDL2_image <= IMG_webp.c
  166. jni/SDL2_image/IMG_webp.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  167.  /*
  168.  ^
  169. [armeabi] Compile thumb  : SDL2_image <= IMG_xcf.c
  170. jni/SDL2_image/IMG_xcf.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  171.  /*
  172.  ^
  173. [armeabi] Compile thumb  : SDL2_image <= IMG_xpm.c
  174. jni/SDL2_image/IMG_xpm.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  175.  /*
  176.  ^
  177. [armeabi] Compile thumb  : SDL2_image <= IMG_xv.c
  178. jni/SDL2_image/IMG_xv.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  179.  /*
  180.  ^
  181. [armeabi] Compile thumb  : SDL2_image <= IMG_xxx.c
  182. jni/SDL2_image/IMG_xxx.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  183.  /*
  184.  ^
  185. [armeabi] Compile thumb  : SDL2_image <= jaricom.c
  186. jni/SDL2_image/external/jpeg-9/jaricom.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  187.  /*
  188.  ^
  189. [armeabi] Compile thumb  : SDL2_image <= jcapimin.c
  190. jni/SDL2_image/external/jpeg-9/jcapimin.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  191.  /*
  192.  ^
  193. [armeabi] Compile thumb  : SDL2_image <= jcapistd.c
  194. jni/SDL2_image/external/jpeg-9/jcapistd.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  195.  /*
  196.  ^
  197. [armeabi] Compile thumb  : SDL2_image <= jcarith.c
  198. jni/SDL2_image/external/jpeg-9/jcarith.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  199.  /*
  200.  ^
  201. [armeabi] Compile thumb  : SDL2_image <= jccoefct.c
  202. jni/SDL2_image/external/jpeg-9/jccoefct.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  203.  /*
  204.  ^
  205. [armeabi] Compile thumb  : SDL2_image <= jccolor.c
  206. jni/SDL2_image/external/jpeg-9/jccolor.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  207.  /*
  208.  ^
  209. [armeabi] Compile thumb  : SDL2_image <= jcdctmgr.c
  210. jni/SDL2_image/external/jpeg-9/jcdctmgr.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  211.  /*
  212.  ^
  213. [armeabi] Compile thumb  : SDL2_image <= jchuff.c
  214. jni/SDL2_image/external/jpeg-9/jchuff.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  215.  /*
  216.  ^
  217. [armeabi] Compile thumb  : SDL2_image <= jcinit.c
  218. jni/SDL2_image/external/jpeg-9/jcinit.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  219.  /*
  220.  ^
  221. [armeabi] Compile thumb  : SDL2_image <= jcmainct.c
  222. jni/SDL2_image/external/jpeg-9/jcmainct.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  223.  /*
  224.  ^
  225. [armeabi] Compile thumb  : SDL2_image <= jcmarker.c
  226. jni/SDL2_image/external/jpeg-9/jcmarker.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  227.  /*
  228.  ^
  229. [armeabi] Compile thumb  : SDL2_image <= jcmaster.c
  230. jni/SDL2_image/external/jpeg-9/jcmaster.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  231.  /*
  232.  ^
  233. [armeabi] Compile thumb  : SDL2_image <= jcomapi.c
  234. jni/SDL2_image/external/jpeg-9/jcomapi.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  235.  /*
  236.  ^
  237. [armeabi] Compile thumb  : SDL2_image <= jcparam.c
  238. jni/SDL2_image/external/jpeg-9/jcparam.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  239.  /*
  240.  ^
  241. [armeabi] Compile thumb  : SDL2_image <= jcprepct.c
  242. jni/SDL2_image/external/jpeg-9/jcprepct.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  243.  /*
  244.  ^
  245. [armeabi] Compile thumb  : SDL2_image <= jcsample.c
  246. jni/SDL2_image/external/jpeg-9/jcsample.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  247.  /*
  248.  ^
  249. [armeabi] Compile thumb  : SDL2_image <= jctrans.c
  250. jni/SDL2_image/external/jpeg-9/jctrans.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  251.  /*
  252.  ^
  253. [armeabi] Compile thumb  : SDL2_image <= jdapimin.c
  254. jni/SDL2_image/external/jpeg-9/jdapimin.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  255.  /*
  256.  ^
  257. [armeabi] Compile thumb  : SDL2_image <= jdapistd.c
  258. jni/SDL2_image/external/jpeg-9/jdapistd.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  259.  /*
  260.  ^
  261. [armeabi] Compile thumb  : SDL2_image <= jdarith.c
  262. jni/SDL2_image/external/jpeg-9/jdarith.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  263.  /*
  264.  ^
  265. [armeabi] Compile thumb  : SDL2_image <= jdatadst.c
  266. jni/SDL2_image/external/jpeg-9/jdatadst.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  267.  /*
  268.  ^
  269. [armeabi] Compile thumb  : SDL2_image <= jdatasrc.c
  270. jni/SDL2_image/external/jpeg-9/jdatasrc.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  271.  /*
  272.  ^
  273. [armeabi] Compile thumb  : SDL2_image <= jdcoefct.c
  274. jni/SDL2_image/external/jpeg-9/jdcoefct.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  275.  /*
  276.  ^
  277. [armeabi] Compile thumb  : SDL2_image <= jdcolor.c
  278. jni/SDL2_image/external/jpeg-9/jdcolor.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  279.  /*
  280.  ^
  281. [armeabi] Compile thumb  : SDL2_image <= jddctmgr.c
  282. jni/SDL2_image/external/jpeg-9/jddctmgr.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  283.  /*
  284.  ^
  285. [armeabi] Compile thumb  : SDL2_image <= jdhuff.c
  286. jni/SDL2_image/external/jpeg-9/jdhuff.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  287.  /*
  288.  ^
  289. [armeabi] Compile thumb  : SDL2_image <= jdinput.c
  290. jni/SDL2_image/external/jpeg-9/jdinput.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  291.  /*
  292.  ^
  293. [armeabi] Compile thumb  : SDL2_image <= jdmainct.c
  294. jni/SDL2_image/external/jpeg-9/jdmainct.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  295.  /*
  296.  ^
  297. [armeabi] Compile thumb  : SDL2_image <= jdmarker.c
  298. jni/SDL2_image/external/jpeg-9/jdmarker.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  299.  /*
  300.  ^
  301. [armeabi] Compile thumb  : SDL2_image <= jdmaster.c
  302. jni/SDL2_image/external/jpeg-9/jdmaster.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  303.  /*
  304.  ^
  305. [armeabi] Compile thumb  : SDL2_image <= jdmerge.c
  306. jni/SDL2_image/external/jpeg-9/jdmerge.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  307.  /*
  308.  ^
  309. [armeabi] Compile thumb  : SDL2_image <= jdpostct.c
  310. jni/SDL2_image/external/jpeg-9/jdpostct.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  311.  /*
  312.  ^
  313. [armeabi] Compile thumb  : SDL2_image <= jdsample.c
  314. jni/SDL2_image/external/jpeg-9/jdsample.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  315.  /*
  316.  ^
  317. [armeabi] Compile thumb  : SDL2_image <= jdtrans.c
  318. jni/SDL2_image/external/jpeg-9/jdtrans.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  319.  /*
  320.  ^
  321. [armeabi] Compile thumb  : SDL2_image <= jerror.c
  322. jni/SDL2_image/external/jpeg-9/jerror.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  323.  /*
  324.  ^
  325. [armeabi] Compile thumb  : SDL2_image <= jfdctflt.c
  326. jni/SDL2_image/external/jpeg-9/jfdctflt.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  327.  /*
  328.  ^
  329. [armeabi] Compile thumb  : SDL2_image <= jfdctfst.c
  330. jni/SDL2_image/external/jpeg-9/jfdctfst.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  331.  /*
  332.  ^
  333. [armeabi] Compile thumb  : SDL2_image <= jfdctint.c
  334. jni/SDL2_image/external/jpeg-9/jfdctint.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  335.  /*
  336.  ^
  337. [armeabi] Compile thumb  : SDL2_image <= jidctflt.c
  338. jni/SDL2_image/external/jpeg-9/jidctflt.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  339.  /*
  340.  ^
  341. [armeabi] Compile thumb  : SDL2_image <= jidctint.c
  342. jni/SDL2_image/external/jpeg-9/jidctint.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  343.  /*
  344.  ^
  345. [armeabi] Compile thumb  : SDL2_image <= jquant1.c
  346. jni/SDL2_image/external/jpeg-9/jquant1.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  347.  /*
  348.  ^
  349. [armeabi] Compile thumb  : SDL2_image <= jquant2.c
  350. jni/SDL2_image/external/jpeg-9/jquant2.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  351.  /*
  352.  ^
  353. [armeabi] Compile thumb  : SDL2_image <= jutils.c
  354. jni/SDL2_image/external/jpeg-9/jutils.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  355.  /*
  356.  ^
  357. [armeabi] Compile thumb  : SDL2_image <= jmemmgr.c
  358. jni/SDL2_image/external/jpeg-9/jmemmgr.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  359.  /*
  360.  ^
  361. [armeabi] Compile thumb  : SDL2_image <= jmem-android.c
  362. jni/SDL2_image/external/jpeg-9/jmem-android.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  363.  /*
  364.  ^
  365. [armeabi] Compile thumb  : SDL2_image <= jidctfst.S
  366. jni/SDL2_image/external/jpeg-9/jidctfst.S:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  367.  /*
  368.  ^
  369. [armeabi] Compile thumb  : SDL2_image <= png.c
  370. jni/SDL2_image/external/libpng-1.6.2/png.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  371.  
  372.  ^
  373. [armeabi] Compile thumb  : SDL2_image <= pngerror.c
  374. jni/SDL2_image/external/libpng-1.6.2/pngerror.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  375.  
  376.  ^
  377. [armeabi] Compile thumb  : SDL2_image <= pngget.c
  378. jni/SDL2_image/external/libpng-1.6.2/pngget.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  379.  
  380.  ^
  381. [armeabi] Compile thumb  : SDL2_image <= pngmem.c
  382. jni/SDL2_image/external/libpng-1.6.2/pngmem.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  383.  
  384.  ^
  385. [armeabi] Compile thumb  : SDL2_image <= pngpread.c
  386. jni/SDL2_image/external/libpng-1.6.2/pngpread.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  387.  
  388.  ^
  389. [armeabi] Compile thumb  : SDL2_image <= pngread.c
  390. jni/SDL2_image/external/libpng-1.6.2/pngread.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  391.  
  392.  ^
  393. [armeabi] Compile thumb  : SDL2_image <= pngrio.c
  394. jni/SDL2_image/external/libpng-1.6.2/pngrio.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  395.  
  396.  ^
  397. [armeabi] Compile thumb  : SDL2_image <= pngrtran.c
  398. jni/SDL2_image/external/libpng-1.6.2/pngrtran.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  399.  
  400.  ^
  401. [armeabi] Compile thumb  : SDL2_image <= pngrutil.c
  402. jni/SDL2_image/external/libpng-1.6.2/pngrutil.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  403.  
  404.  ^
  405. [armeabi] Compile thumb  : SDL2_image <= pngset.c
  406. jni/SDL2_image/external/libpng-1.6.2/pngset.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  407.  
  408.  ^
  409. [armeabi] Compile thumb  : SDL2_image <= pngtrans.c
  410. jni/SDL2_image/external/libpng-1.6.2/pngtrans.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  411.  
  412.  ^
  413. [armeabi] Compile thumb  : SDL2_image <= pngwio.c
  414. jni/SDL2_image/external/libpng-1.6.2/pngwio.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  415.  
  416.  ^
  417. [armeabi] Compile thumb  : SDL2_image <= pngwrite.c
  418. jni/SDL2_image/external/libpng-1.6.2/pngwrite.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  419.  
  420.  ^
  421. [armeabi] Compile thumb  : SDL2_image <= pngwtran.c
  422. jni/SDL2_image/external/libpng-1.6.2/pngwtran.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  423.  
  424.  ^
  425. [armeabi] Compile thumb  : SDL2_image <= pngwutil.c
  426. jni/SDL2_image/external/libpng-1.6.2/pngwutil.c:1:0: warning: -fprefetch-loop-arrays not supported for this target (try -march switches) [enabled by default]
  427.  
  428.  ^
  429. [armeabi] SharedLibrary  : libSDL2_image.so
  430. [armeabi] Install        : libSDL2_image.so => libs/armeabi/libSDL2_image.so
  431. [armeabi] Compile thumb  : main <= SDL_android_main.c
  432. [armeabi] Compile thumb  : main <= time_utils.c
  433. [armeabi] Compile thumb  : main <= resource_utils.c
  434. [armeabi] Compile thumb  : main <= ren_opengl.c
  435. [armeabi] Compile thumb  : main <= core_math.c
  436. [armeabi] Compile thumb  : main <= mat4_scalar.c
  437. [armeabi] Compile thumb  : main <= vec3_scalar.c
  438. [armeabi] Compile thumb  : main <= renderable2d.c
  439. [armeabi] Compile thumb  : main <= core_engine.c
  440. [armeabi] Compile thumb  : main <= mandelbrot.c
  441. [armeabi] SharedLibrary  : libmain.so
  442. [armeabi] Install        : libmain.so => libs/armeabi/libmain.so
  443. [armeabi-v7a] Compile thumb  : SDL2 <= SDL.c
  444. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_assert.c
  445. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_error.c
  446. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_hints.c
  447. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_log.c
  448. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_audio.c
  449. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_audiocvt.c
  450. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_audiodev.c
  451. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_audiotypecvt.c
  452. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_mixer.c
  453. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_wave.c
  454. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidaudio.c
  455. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_dummyaudio.c
  456. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_atomic.c
  457. [armeabi-v7a] Compile arm    : SDL2 <= SDL_spinlock.c
  458. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_android.c
  459. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_cpuinfo.c
  460. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_dynapi.c
  461. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_clipboardevents.c
  462. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_dropevents.c
  463. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_events.c
  464. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_gesture.c
  465. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_keyboard.c
  466. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_mouse.c
  467. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_quit.c
  468. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_touch.c
  469. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_windowevents.c
  470. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_rwops.c
  471. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_haptic.c
  472. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_syshaptic.c
  473. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_gamecontroller.c
  474. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_joystick.c
  475. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_sysjoystick.c
  476. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_sysloadso.c
  477. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_power.c
  478. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_syspower.c
  479. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_sysfilesystem.c
  480. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_d3dmath.c
  481. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render.c
  482. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_yuv_mmx.c
  483. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_yuv_sw.c
  484. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render_d3d.c
  485. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render_d3d11.c
  486. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render_gl.c
  487. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_shaders_gl.c
  488. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render_gles.c
  489. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render_gles2.c
  490. jni/SDL/src/render/opengles2/SDL_gles2funcs.h: In function 'GLES2_LoadFunctions':
  491. jni/SDL/src/render/opengles2/SDL_render_gles2.c:294:45: warning: assignment from incompatible pointer type [enabled by default]
  492.  #define SDL_PROC(ret,func,params) data->func=func;
  493.                                              ^
  494. jni/SDL/src/render/opengles2/SDL_gles2funcs.h:56:1: note: in expansion of macro 'SDL_PROC'
  495.  SDL_PROC(void, glShaderSource, (GLuint, GLsizei, const GLchar* const*, const GLint *))
  496.  ^
  497. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_shaders_gles2.c
  498. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render_psp.c
  499. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blendfillrect.c
  500. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blendline.c
  501. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blendpoint.c
  502. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_drawline.c
  503. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_drawpoint.c
  504. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_render_sw.c
  505. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_rotate.c
  506. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_getenv.c
  507. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_iconv.c
  508. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_malloc.c
  509. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_qsort.c
  510. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_stdlib.c
  511. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_string.c
  512. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_thread.c
  513. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_syscond.c
  514. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_sysmutex.c
  515. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_syssem.c
  516. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_systhread.c
  517. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_systls.c
  518. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_timer.c
  519. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_systimer.c
  520. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_RLEaccel.c
  521. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit.c
  522. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit_0.c
  523. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit_1.c
  524. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit_A.c
  525. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit_N.c
  526. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit_auto.c
  527. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit_copy.c
  528. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_blit_slow.c
  529. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_bmp.c
  530. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_clipboard.c
  531. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_egl.c
  532. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_fillrect.c
  533. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_pixels.c
  534. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_rect.c
  535. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_shape.c
  536. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_stretch.c
  537. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_surface.c
  538. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_video.c
  539. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidclipboard.c
  540. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidevents.c
  541. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidgl.c
  542. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidkeyboard.c
  543. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidmessagebox.c
  544. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidmouse.c
  545. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidtouch.c
  546. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidvideo.c
  547. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_androidwindow.c
  548. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_assert.c
  549. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_common.c
  550. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_compare.c
  551. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_crc32.c
  552. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_font.c
  553. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_fuzzer.c
  554. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_harness.c
  555. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_imageBlit.c
  556. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_imageBlitBlend.c
  557. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_imageFace.c
  558. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_imagePrimitives.c
  559. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_imagePrimitivesBlend.c
  560. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_log.c
  561. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_md5.c
  562. [armeabi-v7a] Compile thumb  : SDL2 <= SDL_test_random.c
  563. [armeabi-v7a] SharedLibrary  : libSDL2.so
  564. [armeabi-v7a] Install        : libSDL2.so => libs/armeabi-v7a/libSDL2.so
  565. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG.c
  566. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_bmp.c
  567. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_gif.c
  568. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_jpg.c
  569. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_lbm.c
  570. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_pcx.c
  571. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_png.c
  572. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_pnm.c
  573. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_tga.c
  574. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_tif.c
  575. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_webp.c
  576. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_xcf.c
  577. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_xpm.c
  578. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_xv.c
  579. [armeabi-v7a] Compile thumb  : SDL2_image <= IMG_xxx.c
  580. [armeabi-v7a] Compile thumb  : SDL2_image <= jaricom.c
  581. [armeabi-v7a] Compile thumb  : SDL2_image <= jcapimin.c
  582. [armeabi-v7a] Compile thumb  : SDL2_image <= jcapistd.c
  583. [armeabi-v7a] Compile thumb  : SDL2_image <= jcarith.c
  584. [armeabi-v7a] Compile thumb  : SDL2_image <= jccoefct.c
  585. [armeabi-v7a] Compile thumb  : SDL2_image <= jccolor.c
  586. [armeabi-v7a] Compile thumb  : SDL2_image <= jcdctmgr.c
  587. [armeabi-v7a] Compile thumb  : SDL2_image <= jchuff.c
  588. [armeabi-v7a] Compile thumb  : SDL2_image <= jcinit.c
  589. [armeabi-v7a] Compile thumb  : SDL2_image <= jcmainct.c
  590. [armeabi-v7a] Compile thumb  : SDL2_image <= jcmarker.c
  591. [armeabi-v7a] Compile thumb  : SDL2_image <= jcmaster.c
  592. [armeabi-v7a] Compile thumb  : SDL2_image <= jcomapi.c
  593. [armeabi-v7a] Compile thumb  : SDL2_image <= jcparam.c
  594. [armeabi-v7a] Compile thumb  : SDL2_image <= jcprepct.c
  595. [armeabi-v7a] Compile thumb  : SDL2_image <= jcsample.c
  596. [armeabi-v7a] Compile thumb  : SDL2_image <= jctrans.c
  597. [armeabi-v7a] Compile thumb  : SDL2_image <= jdapimin.c
  598. [armeabi-v7a] Compile thumb  : SDL2_image <= jdapistd.c
  599. [armeabi-v7a] Compile thumb  : SDL2_image <= jdarith.c
  600. [armeabi-v7a] Compile thumb  : SDL2_image <= jdatadst.c
  601. [armeabi-v7a] Compile thumb  : SDL2_image <= jdatasrc.c
  602. [armeabi-v7a] Compile thumb  : SDL2_image <= jdcoefct.c
  603. [armeabi-v7a] Compile thumb  : SDL2_image <= jdcolor.c
  604. [armeabi-v7a] Compile thumb  : SDL2_image <= jddctmgr.c
  605. [armeabi-v7a] Compile thumb  : SDL2_image <= jdhuff.c
  606. [armeabi-v7a] Compile thumb  : SDL2_image <= jdinput.c
  607. [armeabi-v7a] Compile thumb  : SDL2_image <= jdmainct.c
  608. [armeabi-v7a] Compile thumb  : SDL2_image <= jdmarker.c
  609. [armeabi-v7a] Compile thumb  : SDL2_image <= jdmaster.c
  610. [armeabi-v7a] Compile thumb  : SDL2_image <= jdmerge.c
  611. [armeabi-v7a] Compile thumb  : SDL2_image <= jdpostct.c
  612. [armeabi-v7a] Compile thumb  : SDL2_image <= jdsample.c
  613. [armeabi-v7a] Compile thumb  : SDL2_image <= jdtrans.c
  614. [armeabi-v7a] Compile thumb  : SDL2_image <= jerror.c
  615. [armeabi-v7a] Compile thumb  : SDL2_image <= jfdctflt.c
  616. [armeabi-v7a] Compile thumb  : SDL2_image <= jfdctfst.c
  617. [armeabi-v7a] Compile thumb  : SDL2_image <= jfdctint.c
  618. [armeabi-v7a] Compile thumb  : SDL2_image <= jidctflt.c
  619. [armeabi-v7a] Compile thumb  : SDL2_image <= jidctint.c
  620. [armeabi-v7a] Compile thumb  : SDL2_image <= jquant1.c
  621. [armeabi-v7a] Compile thumb  : SDL2_image <= jquant2.c
  622. [armeabi-v7a] Compile thumb  : SDL2_image <= jutils.c
  623. [armeabi-v7a] Compile thumb  : SDL2_image <= jmemmgr.c
  624. [armeabi-v7a] Compile thumb  : SDL2_image <= jmem-android.c
  625. [armeabi-v7a] Compile thumb  : SDL2_image <= jidctfst.S
  626. [armeabi-v7a] Compile thumb  : SDL2_image <= png.c
  627. [armeabi-v7a] Compile thumb  : SDL2_image <= pngerror.c
  628. [armeabi-v7a] Compile thumb  : SDL2_image <= pngget.c
  629. [armeabi-v7a] Compile thumb  : SDL2_image <= pngmem.c
  630. [armeabi-v7a] Compile thumb  : SDL2_image <= pngpread.c
  631. [armeabi-v7a] Compile thumb  : SDL2_image <= pngread.c
  632. [armeabi-v7a] Compile thumb  : SDL2_image <= pngrio.c
  633. [armeabi-v7a] Compile thumb  : SDL2_image <= pngrtran.c
  634. [armeabi-v7a] Compile thumb  : SDL2_image <= pngrutil.c
  635. [armeabi-v7a] Compile thumb  : SDL2_image <= pngset.c
  636. [armeabi-v7a] Compile thumb  : SDL2_image <= pngtrans.c
  637. [armeabi-v7a] Compile thumb  : SDL2_image <= pngwio.c
  638. [armeabi-v7a] Compile thumb  : SDL2_image <= pngwrite.c
  639. [armeabi-v7a] Compile thumb  : SDL2_image <= pngwtran.c
  640. [armeabi-v7a] Compile thumb  : SDL2_image <= pngwutil.c
  641. [armeabi-v7a] SharedLibrary  : libSDL2_image.so
  642. [armeabi-v7a] Install        : libSDL2_image.so => libs/armeabi-v7a/libSDL2_image.so
  643. [armeabi-v7a] Compile thumb  : main <= SDL_android_main.c
  644. [armeabi-v7a] Compile thumb  : main <= time_utils.c
  645. [armeabi-v7a] Compile thumb  : main <= resource_utils.c
  646. [armeabi-v7a] Compile thumb  : main <= ren_opengl.c
  647. [armeabi-v7a] Compile thumb  : main <= core_math.c
  648. [armeabi-v7a] Compile thumb  : main <= mat4_scalar.c
  649. [armeabi-v7a] Compile thumb  : main <= vec3_scalar.c
  650. [armeabi-v7a] Compile thumb  : main <= renderable2d.c
  651. [armeabi-v7a] Compile thumb  : main <= core_engine.c
  652. [armeabi-v7a] Compile thumb  : main <= mandelbrot.c
  653. [armeabi-v7a] SharedLibrary  : libmain.so
  654. [armeabi-v7a] Install        : libmain.so => libs/armeabi-v7a/libmain.so
  655. [x86] Compile        : SDL2 <= SDL.c
  656. [x86] Compile        : SDL2 <= SDL_assert.c
  657. [x86] Compile        : SDL2 <= SDL_error.c
  658. [x86] Compile        : SDL2 <= SDL_hints.c
  659. [x86] Compile        : SDL2 <= SDL_log.c
  660. [x86] Compile        : SDL2 <= SDL_audio.c
  661. [x86] Compile        : SDL2 <= SDL_audiocvt.c
  662. [x86] Compile        : SDL2 <= SDL_audiodev.c
  663. [x86] Compile        : SDL2 <= SDL_audiotypecvt.c
  664. [x86] Compile        : SDL2 <= SDL_mixer.c
  665. [x86] Compile        : SDL2 <= SDL_wave.c
  666. [x86] Compile        : SDL2 <= SDL_androidaudio.c
  667. [x86] Compile        : SDL2 <= SDL_dummyaudio.c
  668. [x86] Compile        : SDL2 <= SDL_atomic.c
  669. [x86] Compile arm    : SDL2 <= SDL_spinlock.c
  670. [x86] Compile        : SDL2 <= SDL_android.c
  671. [x86] Compile        : SDL2 <= SDL_cpuinfo.c
  672. [x86] Compile        : SDL2 <= SDL_dynapi.c
  673. [x86] Compile        : SDL2 <= SDL_clipboardevents.c
  674. [x86] Compile        : SDL2 <= SDL_dropevents.c
  675. [x86] Compile        : SDL2 <= SDL_events.c
  676. [x86] Compile        : SDL2 <= SDL_gesture.c
  677. [x86] Compile        : SDL2 <= SDL_keyboard.c
  678. [x86] Compile        : SDL2 <= SDL_mouse.c
  679. [x86] Compile        : SDL2 <= SDL_quit.c
  680. [x86] Compile        : SDL2 <= SDL_touch.c
  681. [x86] Compile        : SDL2 <= SDL_windowevents.c
  682. [x86] Compile        : SDL2 <= SDL_rwops.c
  683. [x86] Compile        : SDL2 <= SDL_haptic.c
  684. [x86] Compile        : SDL2 <= SDL_syshaptic.c
  685. [x86] Compile        : SDL2 <= SDL_gamecontroller.c
  686. [x86] Compile        : SDL2 <= SDL_joystick.c
  687. [x86] Compile        : SDL2 <= SDL_sysjoystick.c
  688. [x86] Compile        : SDL2 <= SDL_sysloadso.c
  689. [x86] Compile        : SDL2 <= SDL_power.c
  690. [x86] Compile        : SDL2 <= SDL_syspower.c
  691. [x86] Compile        : SDL2 <= SDL_sysfilesystem.c
  692. [x86] Compile        : SDL2 <= SDL_d3dmath.c
  693. [x86] Compile        : SDL2 <= SDL_render.c
  694. [x86] Compile        : SDL2 <= SDL_yuv_mmx.c
  695. [x86] Compile        : SDL2 <= SDL_yuv_sw.c
  696. [x86] Compile        : SDL2 <= SDL_render_d3d.c
  697. [x86] Compile        : SDL2 <= SDL_render_d3d11.c
  698. [x86] Compile        : SDL2 <= SDL_render_gl.c
  699. [x86] Compile        : SDL2 <= SDL_shaders_gl.c
  700. [x86] Compile        : SDL2 <= SDL_render_gles.c
  701. [x86] Compile        : SDL2 <= SDL_render_gles2.c
  702. jni/SDL/src/render/opengles2/SDL_gles2funcs.h: In function 'GLES2_LoadFunctions':
  703. jni/SDL/src/render/opengles2/SDL_render_gles2.c:294:45: warning: assignment from incompatible pointer type [enabled by default]
  704.  #define SDL_PROC(ret,func,params) data->func=func;
  705.                                              ^
  706. jni/SDL/src/render/opengles2/SDL_gles2funcs.h:56:1: note: in expansion of macro 'SDL_PROC'
  707.  SDL_PROC(void, glShaderSource, (GLuint, GLsizei, const GLchar* const*, const GLint *))
  708.  ^
  709. [x86] Compile        : SDL2 <= SDL_shaders_gles2.c
  710. [x86] Compile        : SDL2 <= SDL_render_psp.c
  711. [x86] Compile        : SDL2 <= SDL_blendfillrect.c
  712. [x86] Compile        : SDL2 <= SDL_blendline.c
  713. [x86] Compile        : SDL2 <= SDL_blendpoint.c
  714. [x86] Compile        : SDL2 <= SDL_drawline.c
  715. [x86] Compile        : SDL2 <= SDL_drawpoint.c
  716. [x86] Compile        : SDL2 <= SDL_render_sw.c
  717. [x86] Compile        : SDL2 <= SDL_rotate.c
  718. [x86] Compile        : SDL2 <= SDL_getenv.c
  719. [x86] Compile        : SDL2 <= SDL_iconv.c
  720. [x86] Compile        : SDL2 <= SDL_malloc.c
  721. [x86] Compile        : SDL2 <= SDL_qsort.c
  722. [x86] Compile        : SDL2 <= SDL_stdlib.c
  723. [x86] Compile        : SDL2 <= SDL_string.c
  724. [x86] Compile        : SDL2 <= SDL_thread.c
  725. [x86] Compile        : SDL2 <= SDL_syscond.c
  726. [x86] Compile        : SDL2 <= SDL_sysmutex.c
  727. [x86] Compile        : SDL2 <= SDL_syssem.c
  728. [x86] Compile        : SDL2 <= SDL_systhread.c
  729. [x86] Compile        : SDL2 <= SDL_systls.c
  730. [x86] Compile        : SDL2 <= SDL_timer.c
  731. [x86] Compile        : SDL2 <= SDL_systimer.c
  732. [x86] Compile        : SDL2 <= SDL_RLEaccel.c
  733. [x86] Compile        : SDL2 <= SDL_blit.c
  734. [x86] Compile        : SDL2 <= SDL_blit_0.c
  735. [x86] Compile        : SDL2 <= SDL_blit_1.c
  736. [x86] Compile        : SDL2 <= SDL_blit_A.c
  737. [x86] Compile        : SDL2 <= SDL_blit_N.c
  738. [x86] Compile        : SDL2 <= SDL_blit_auto.c
  739. [x86] Compile        : SDL2 <= SDL_blit_copy.c
  740. [x86] Compile        : SDL2 <= SDL_blit_slow.c
  741. [x86] Compile        : SDL2 <= SDL_bmp.c
  742. [x86] Compile        : SDL2 <= SDL_clipboard.c
  743. [x86] Compile        : SDL2 <= SDL_egl.c
  744. [x86] Compile        : SDL2 <= SDL_fillrect.c
  745. [x86] Compile        : SDL2 <= SDL_pixels.c
  746. [x86] Compile        : SDL2 <= SDL_rect.c
  747. [x86] Compile        : SDL2 <= SDL_shape.c
  748. [x86] Compile        : SDL2 <= SDL_stretch.c
  749. [x86] Compile        : SDL2 <= SDL_surface.c
  750. [x86] Compile        : SDL2 <= SDL_video.c
  751. [x86] Compile        : SDL2 <= SDL_androidclipboard.c
  752. [x86] Compile        : SDL2 <= SDL_androidevents.c
  753. [x86] Compile        : SDL2 <= SDL_androidgl.c
  754. [x86] Compile        : SDL2 <= SDL_androidkeyboard.c
  755. [x86] Compile        : SDL2 <= SDL_androidmessagebox.c
  756. [x86] Compile        : SDL2 <= SDL_androidmouse.c
  757. [x86] Compile        : SDL2 <= SDL_androidtouch.c
  758. [x86] Compile        : SDL2 <= SDL_androidvideo.c
  759. [x86] Compile        : SDL2 <= SDL_androidwindow.c
  760. [x86] Compile        : SDL2 <= SDL_test_assert.c
  761. [x86] Compile        : SDL2 <= SDL_test_common.c
  762. [x86] Compile        : SDL2 <= SDL_test_compare.c
  763. [x86] Compile        : SDL2 <= SDL_test_crc32.c
  764. [x86] Compile        : SDL2 <= SDL_test_font.c
  765. [x86] Compile        : SDL2 <= SDL_test_fuzzer.c
  766. [x86] Compile        : SDL2 <= SDL_test_harness.c
  767. [x86] Compile        : SDL2 <= SDL_test_imageBlit.c
  768. [x86] Compile        : SDL2 <= SDL_test_imageBlitBlend.c
  769. [x86] Compile        : SDL2 <= SDL_test_imageFace.c
  770. [x86] Compile        : SDL2 <= SDL_test_imagePrimitives.c
  771. [x86] Compile        : SDL2 <= SDL_test_imagePrimitivesBlend.c
  772. [x86] Compile        : SDL2 <= SDL_test_log.c
  773. [x86] Compile        : SDL2 <= SDL_test_md5.c
  774. [x86] Compile        : SDL2 <= SDL_test_random.c
  775. [x86] SharedLibrary  : libSDL2.so
  776. [x86] Install        : libSDL2.so => libs/x86/libSDL2.so
  777. [x86] Compile        : SDL2_image <= IMG.c
  778. [x86] Compile        : SDL2_image <= IMG_bmp.c
  779. [x86] Compile        : SDL2_image <= IMG_gif.c
  780. [x86] Compile        : SDL2_image <= IMG_jpg.c
  781. [x86] Compile        : SDL2_image <= IMG_lbm.c
  782. [x86] Compile        : SDL2_image <= IMG_pcx.c
  783. [x86] Compile        : SDL2_image <= IMG_png.c
  784. [x86] Compile        : SDL2_image <= IMG_pnm.c
  785. [x86] Compile        : SDL2_image <= IMG_tga.c
  786. [x86] Compile        : SDL2_image <= IMG_tif.c
  787. [x86] Compile        : SDL2_image <= IMG_webp.c
  788. [x86] Compile        : SDL2_image <= IMG_xcf.c
  789. [x86] Compile        : SDL2_image <= IMG_xpm.c
  790. [x86] Compile        : SDL2_image <= IMG_xv.c
  791. [x86] Compile        : SDL2_image <= IMG_xxx.c
  792. [x86] Compile        : SDL2_image <= jaricom.c
  793. [x86] Compile        : SDL2_image <= jcapimin.c
  794. [x86] Compile        : SDL2_image <= jcapistd.c
  795. [x86] Compile        : SDL2_image <= jcarith.c
  796. [x86] Compile        : SDL2_image <= jccoefct.c
  797. [x86] Compile        : SDL2_image <= jccolor.c
  798. [x86] Compile        : SDL2_image <= jcdctmgr.c
  799. [x86] Compile        : SDL2_image <= jchuff.c
  800. [x86] Compile        : SDL2_image <= jcinit.c
  801. [x86] Compile        : SDL2_image <= jcmainct.c
  802. [x86] Compile        : SDL2_image <= jcmarker.c
  803. [x86] Compile        : SDL2_image <= jcmaster.c
  804. [x86] Compile        : SDL2_image <= jcomapi.c
  805. [x86] Compile        : SDL2_image <= jcparam.c
  806. [x86] Compile        : SDL2_image <= jcprepct.c
  807. [x86] Compile        : SDL2_image <= jcsample.c
  808. [x86] Compile        : SDL2_image <= jctrans.c
  809. [x86] Compile        : SDL2_image <= jdapimin.c
  810. [x86] Compile        : SDL2_image <= jdapistd.c
  811. [x86] Compile        : SDL2_image <= jdarith.c
  812. [x86] Compile        : SDL2_image <= jdatadst.c
  813. [x86] Compile        : SDL2_image <= jdatasrc.c
  814. [x86] Compile        : SDL2_image <= jdcoefct.c
  815. [x86] Compile        : SDL2_image <= jdcolor.c
  816. [x86] Compile        : SDL2_image <= jddctmgr.c
  817. [x86] Compile        : SDL2_image <= jdhuff.c
  818. [x86] Compile        : SDL2_image <= jdinput.c
  819. [x86] Compile        : SDL2_image <= jdmainct.c
  820. [x86] Compile        : SDL2_image <= jdmarker.c
  821. [x86] Compile        : SDL2_image <= jdmaster.c
  822. [x86] Compile        : SDL2_image <= jdmerge.c
  823. [x86] Compile        : SDL2_image <= jdpostct.c
  824. [x86] Compile        : SDL2_image <= jdsample.c
  825. [x86] Compile        : SDL2_image <= jdtrans.c
  826. [x86] Compile        : SDL2_image <= jerror.c
  827. [x86] Compile        : SDL2_image <= jfdctflt.c
  828. [x86] Compile        : SDL2_image <= jfdctfst.c
  829. [x86] Compile        : SDL2_image <= jfdctint.c
  830. [x86] Compile        : SDL2_image <= jidctflt.c
  831. [x86] Compile        : SDL2_image <= jidctint.c
  832. [x86] Compile        : SDL2_image <= jquant1.c
  833. [x86] Compile        : SDL2_image <= jquant2.c
  834. [x86] Compile        : SDL2_image <= jutils.c
  835. [x86] Compile        : SDL2_image <= jmemmgr.c
  836. [x86] Compile        : SDL2_image <= jmem-android.c
  837. [x86] Compile        : SDL2_image <= jidctfst.c
  838. [x86] Compile        : SDL2_image <= png.c
  839. [x86] Compile        : SDL2_image <= pngerror.c
  840. [x86] Compile        : SDL2_image <= pngget.c
  841. [x86] Compile        : SDL2_image <= pngmem.c
  842. [x86] Compile        : SDL2_image <= pngpread.c
  843. [x86] Compile        : SDL2_image <= pngread.c
  844. [x86] Compile        : SDL2_image <= pngrio.c
  845. [x86] Compile        : SDL2_image <= pngrtran.c
  846. [x86] Compile        : SDL2_image <= pngrutil.c
  847. [x86] Compile        : SDL2_image <= pngset.c
  848. [x86] Compile        : SDL2_image <= pngtrans.c
  849. [x86] Compile        : SDL2_image <= pngwio.c
  850. [x86] Compile        : SDL2_image <= pngwrite.c
  851. [x86] Compile        : SDL2_image <= pngwtran.c
  852. [x86] Compile        : SDL2_image <= pngwutil.c
  853. [x86] SharedLibrary  : libSDL2_image.so
  854. [x86] Install        : libSDL2_image.so => libs/x86/libSDL2_image.so
  855. [x86] Compile        : main <= SDL_android_main.c
  856. [x86] Compile        : main <= time_utils.c
  857. [x86] Compile        : main <= resource_utils.c
  858. [x86] Compile        : main <= ren_opengl.c
  859. [x86] Compile        : main <= core_math.c
  860. [x86] Compile        : main <= mat4_scalar.c
  861. [x86] Compile        : main <= vec3_scalar.c
  862. [x86] Compile        : main <= renderable2d.c
  863. [x86] Compile        : main <= core_engine.c
  864. [x86] Compile        : main <= mandelbrot.c
  865. [x86] SharedLibrary  : libmain.so
  866. [x86] Install        : libmain.so => libs/x86/libmain.so
  867. Brother:android-project blubee$ adb devices
  868. List of devices attached
  869.  
  870.  
  871. 41003cbbe40fa10f    device
  872.  
  873. ------------------------------------------------------ ant build ------------------------------------------------------
  874. Brother:android-project blubee$ ant debug install
  875. Buildfile: /Users/blubee/SDL/android-project/build.xml
  876.  
  877. -set-mode-check:
  878.  
  879. -set-debug-files:
  880.  
  881. -check-env:
  882.  [checkenv] Android SDK Tools Revision 24.3.3
  883.  [checkenv] Installed at /Users/blubee/SDK/android-sdk-macosx
  884.  
  885. -setup:
  886.      [echo] Project Name: SDLActivity
  887.   [gettype] Project Type: Application
  888.  
  889. -set-debug-mode:
  890.  
  891. -debug-obfuscation-check:
  892.  
  893. -pre-build:
  894.  
  895. -build-setup:
  896. [getbuildtools] Using latest Build Tools: 22.0.1
  897.      [echo] Resolving Build Target for SDLActivity...
  898. [gettarget] Project Target:   Google APIs
  899. [gettarget] Vendor:           Google Inc.
  900. [gettarget] Platform Version: 5.1.1
  901. [gettarget] API level:        22
  902.      [echo] ----------
  903.      [echo] Creating output directories if needed...
  904.      [echo] ----------
  905.      [echo] Resolving Dependencies for SDLActivity...
  906. [dependency] Library dependencies:
  907. [dependency] No Libraries
  908. [dependency]
  909. [dependency] ------------------
  910.      [echo] ----------
  911.      [echo] Building Libraries with 'debug'...
  912.    [subant] No sub-builds to iterate on
  913.  
  914. -code-gen:
  915. [mergemanifest] No changes in the AndroidManifest files.
  916.      [echo] Handling aidl files...
  917.      [aidl] No AIDL files to compile.
  918.      [echo] ----------
  919.      [echo] Handling RenderScript files...
  920.      [echo] ----------
  921.      [echo] Handling Resources...
  922.      [aapt] No changed resources. R.java and Manifest.java untouched.
  923.      [echo] ----------
  924.      [echo] Handling BuildConfig class...
  925. [buildconfig] No need to generate new BuildConfig.
  926.  
  927. -pre-compile:
  928.  
  929. -compile:
  930.  
  931. -post-compile:
  932.  
  933. -obfuscate:
  934.  
  935. -dex:
  936.       [dex] input: /Users/blubee/SDL/android-project/bin/classes
  937.       [dex] No new compiled code. No need to convert bytecode to dalvik format.
  938.  
  939. -crunch:
  940.    [crunch] Crunching PNG Files in source dir: /Users/blubee/SDL/android-project/res
  941.    [crunch] To destination dir: /Users/blubee/SDL/android-project/bin/res
  942.    [crunch] Crunched 0 PNG files to update cache
  943.  
  944. -package-resources:
  945.      [aapt] No changed resources or assets. SDLActivity.ap_ remains untouched
  946.  
  947. -package:
  948. [apkbuilder] Found modified input file
  949. [apkbuilder] Creating SDLActivity-debug-unaligned.apk and signing it with a debug key...
  950.  
  951. -post-package:
  952.  
  953. -do-debug:
  954.  [zipalign] Running zip align on final apk...
  955.      [echo] Debug Package: /Users/blubee/SDL/android-project/bin/SDLActivity-debug.apk
  956. [propertyfile] Updating property file: /Users/blubee/SDL/android-project/bin/build.prop
  957. [propertyfile] Updating property file: /Users/blubee/SDL/android-project/bin/build.prop
  958. [propertyfile] Updating property file: /Users/blubee/SDL/android-project/bin/build.prop
  959. [propertyfile] Updating property file: /Users/blubee/SDL/android-project/bin/build.prop
  960.  
  961. -post-build:
  962.  
  963. debug:
  964.  
  965. install:
  966.      [echo] Installing /Users/blubee/SDL/android-project/bin/SDLActivity-debug.apk onto default emulator or device...
  967.      [exec] 4561 KB/s (1963105 bytes in 0.420s)
  968.      [exec]     pkg: /data/local/tmp/SDLActivity-debug.apk
  969.      [exec] Success
  970.  
  971. BUILD SUCCESSFUL
  972. Total time: 4 seconds
  973.  
  974. ------------------------------------------------------ crash log ------------------------------------------------------
  975. D/CrashAnrDetector( 3545):
  976. D/CrashAnrDetector( 3545): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  977. D/CrashAnrDetector( 3545): Build fingerprint: 'samsung/trhpltexx/trhplte:5.0.1/LRX22C/N910UXXU1BOGB:user/release-keys'
  978. D/CrashAnrDetector( 3545): Revision: '13'
  979. D/CrashAnrDetector( 3545): ABI: 'arm'
  980. D/CrashAnrDetector( 3545): pid: 1775, tid: 1809, name: SDLThread  >>> org.libsdl.app <<<
  981. D/CrashAnrDetector( 3545): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
  982. D/CrashAnrDetector( 3545):     r0 00000000  r1 00000000  r2 00000020  r3 00000000
  983. D/CrashAnrDetector( 3545):     r4 20000000  r5 00000000  r6 b4445a6f  r7 a00ff9b0
  984. D/CrashAnrDetector( 3545):     r8 00000000  r9 a00ff9b0  sl 00000000  fp a00ffb20
  985. D/CrashAnrDetector( 3545):     ip b4446f0c  sp a00ff9b0  lr b4441f53  pc b6ee3e70  cpsr 600f0030
  986. D/CrashAnrDetector( 3545):     d0  0000000000000005  d1  772065746165726e
  987. D/CrashAnrDetector( 3545):     d2  414c44535f707064  d3  5f7974697669746f
  988. D/CrashAnrDetector( 3545):     d4  0000000000000d30  d5  0000000000000000
  989. D/CrashAnrDetector( 3545):     d6  000001e000010001  d7  4370000043f00000
  990. D/CrashAnrDetector( 3545):     d8  000000003f800000  d9  0000000000000000
  991. D/CrashAnrDetector( 3545):     d10 0000000000000000  d11 0000000000000000
  992. D/CrashAnrDetector( 3545):     d12 0000000000000000  d13 0000000000000000
  993. D/CrashAnrDetector( 3545):     d14 0000000000000000  d15 0000000000000000
  994. D/CrashAnrDetector( 3545):     d16 0000000000000000  d17 0000000000000000
  995. D/CrashAnrDetector( 3545):     d18 0001000100010001  d19 0001000100010001
  996. D/CrashAnrDetector( 3545):     d20 0001000100010001  d21 0000000000010001
  997. D/CrashAnrDetector( 3545):     d22 0000000000000000  d23 ffffffff00000000
  998. D/CrashAnrDetector( 3545):     d24 0080008000800080  d25 0080008000800080
  999. D/CrashAnrDetector( 3545):     d26 0000000000000000  d27 0001000100000000
  1000. D/CrashAnrDetector( 3545):     d28 0800080008000800  d29 0800080008000800
  1001. D/CrashAnrDetector( 3545):     d30 0000000000000000  d31 ffffffff00000000
  1002. D/CrashAnrDetector( 3545):     scr 20000011
  1003. D/CrashAnrDetector( 3545):
  1004. D/CrashAnrDetector( 3545): backtrace:
  1005. D/CrashAnrDetector( 3545):     #00 pc 00013e70  /system/lib/libc.so (strlen+83)
  1006. D/CrashAnrDetector( 3545):     #01 pc 00002f4f  /data/app/org.libsdl.app-2/lib/arm/libmain.so (getResource+26)
  1007. D/CrashAnrDetector( 3545):     #02 pc 00004f97  /data/app/org.libsdl.app-2/lib/arm/libmain.so (initialized+98)
  1008. D/CrashAnrDetector( 3545):     #03 pc 00004ac3  /data/app/org.libsdl.app-2/lib/arm/libmain.so (core_engine_init+14)
  1009. D/CrashAnrDetector( 3545):     #04 pc 00004e6d  /data/app/org.libsdl.app-2/lib/arm/libmain.so (core_engine_init_engine+60)
  1010. D/CrashAnrDetector( 3545):     #05 pc 0000557d  /data/app/org.libsdl.app-2/lib/arm/libmain.so (SDL_main+156)
  1011. D/CrashAnrDetector( 3545):     #06 pc 00002e9b  /data/app/org.libsdl.app-2/lib/arm/libmain.so (Java_org_libsdl_app_SDLActivity_nativeInit+190)
  1012. D/CrashAnrDetector( 3545):     #07 pc 0000224d  /data/dalvik-cache/arm/data@app@org.libsdl.app-2@base.apk@classes.dex
  1013. D/CrashAnrDetector( 3545):
  1014. D/CrashAnrDetector( 3545): stack:
  1015. D/CrashAnrDetector( 3545):          a00ff930  b4dff04c  
  1016. D/CrashAnrDetector( 3545):          a00ff934  88bf1148  /dev/ashmem/dalvik-alloc space (deleted)
  1017. D/CrashAnrDetector( 3545):          a00ff938  0030040e  
  1018. D/CrashAnrDetector( 3545):          a00ff93c  0030040e  
  1019. D/CrashAnrDetector( 3545):          a00ff940  a00ff9bc  [stack:1809]
  1020. D/CrashAnrDetector( 3545):          a00ff944  b4b9c5dd  /system/lib/libart.so (art::ScopedCheck::CheckStaticMethod(_jclass*, _jmethodID*)+188)
  1021. D/CrashAnrDetector( 3545):          a00ff948  b0de3400  
  1022. D/CrashAnrDetector( 3545):          a00ff94c  9fe06080  
  1023. D/CrashAnrDetector( 3545):          a00ff950  b4e5c280  
  1024. D/CrashAnrDetector( 3545):          a00ff954  b0de3400  
  1025. D/CrashAnrDetector( 3545):          a00ff958  00000001  
  1026. D/CrashAnrDetector( 3545):          a00ff95c  00430000  
  1027. D/CrashAnrDetector( 3545):          a00ff960  00550000  
  1028. D/CrashAnrDetector( 3545):          a00ff964  a00ff9bc  [stack:1809]
  1029. D/CrashAnrDetector( 3545):          a00ff968  00430000  
  1030. D/CrashAnrDetector( 3545):          a00ff96c  0000000c  
  1031. D/CrashAnrDetector( 3545):          a00ff970  00430000  
  1032. D/CrashAnrDetector( 3545):          a00ff974  f0d2fdf8  
  1033. D/CrashAnrDetector( 3545):          a00ff978  b4508d58  
  1034. D/CrashAnrDetector( 3545):          a00ff97c  f0d2fdf8  
  1035. D/CrashAnrDetector( 3545):          a00ff980  b4e5c280  
  1036. D/CrashAnrDetector( 3545):          a00ff984  a00ff9bc  [stack:1809]
  1037. D/CrashAnrDetector( 3545):          a00ff988  88bf1148  /dev/ashmem/dalvik-alloc space (deleted)
  1038. D/CrashAnrDetector( 3545):          a00ff98c  a00ff9bc  [stack:1809]
  1039. D/CrashAnrDetector( 3545):          a00ff990  88bf1148  /dev/ashmem/dalvik-alloc space (deleted)
  1040. D/CrashAnrDetector( 3545):          a00ff994  b4c90f71  /system/lib/libart.so (art::JNI::CallStaticBooleanMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list))
  1041. D/CrashAnrDetector( 3545):          a00ff998  00000001  
  1042. D/CrashAnrDetector( 3545):          a00ff99c  0030040e  
  1043. D/CrashAnrDetector( 3545):          a00ff9a0  b6f45fd4  
  1044. D/CrashAnrDetector( 3545):          a00ff9a4  00000000  
  1045. D/CrashAnrDetector( 3545):          a00ff9a8  b4447080  /data/app/org.libsdl.app-2/lib/arm/libmain.so
  1046. D/CrashAnrDetector( 3545):          a00ff9ac  b4441f4b  /data/app/org.libsdl.app-2/lib/arm/libmain.so (getResource+22)
  1047. D/CrashAnrDetector( 3545):     #00  a00ff9b0  ffffff58  
  1048. D/CrashAnrDetector( 3545):          ........  ........
  1049. D/CrashAnrDetector( 3545):     #01  a00ff9b0  ffffff58  
  1050. D/CrashAnrDetector( 3545):          a00ff9b4  20000000  /dev/ashmem/dalvik-main space (deleted)
  1051. D/CrashAnrDetector( 3545):          a00ff9b8  b44471c8  /data/app/org.libsdl.app-2/lib/arm/libmain.so
  1052. D/CrashAnrDetector( 3545):          a00ff9bc  b44471c4  /data/app/org.libsdl.app-2/lib/arm/libmain.so
  1053. D/CrashAnrDetector( 3545):          a00ff9c0  b444
  1054. D/CrashAnrDetector( 3545): processName:org.libsdl.app
  1055. D/ActivityManager( 3545): handle home activity for 0
  1056. W/ContextImpl( 3545): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1713 com.android.server.analytics.data.collection.application.CrashAnrDetector.broadcastEvent:296 com.android.server.analytics.data.collection.application.CrashAnrDetector.processDropBoxEntry:254 com.android.server.analytics.data.collection.application.CrashAnrDetector.access$100:60 com.android.server.analytics.data.collection.application.CrashAnrDetector$1.onReceive:102
  1057. I/WallpaperManagerService( 3545): switchPersonaWallpaper is called for personaId-0
  1058. D/KnoxTimeoutHandler( 3545): post home show event for user 0
  1059. D/ActivityManager( 3545): post active user change for 0
  1060. D/CrashAnrDetector( 3545): broadcastEvent : org.libsdl.app SYSTEM_TOMBSTONE
  1061. D/KnoxTimeoutHandler( 3545): postActiveUserChange for user 0
  1062. D/WallpaperManagerService( 3545):  force update = false; persona id = 0; current user =0; current persona = 0
  1063. D/KnoxTimeoutHandler( 3545): handleHomeShow for 0 and current 0
  1064. D/KnoxTimeoutHandler( 3545): handleActiveUserChange for user 0
  1065. D/Launcher( 4043): Launcher::setSystemUiTransparency(): getSystemUiVisibility() after setting  = 0
  1066. D/InputMethodManagerService( 3545): windowGainedFocus mCurrentFocusedUserId - 0 and mSecureKeypadEnabled-false
  1067. D/Mms/UIEventReceiver( 1386): ui event
  1068. E/JavaBinder( 3545): !!! FAILED BINDER TRANSACTION !!!
  1069. I/splitIntent( 3545): Split this intent : com.sec.android.intent.action.HOME_RESUME, mSplitNum[0]=4, mSplitNum[1]=7, mSplitNum[2]=9, mBgSplitQueueNum=3 divideNum= 2 r.nextReceiver= 1 receivers.size=11
  1070. I/splitIntent( 3545): finish to split intent : com.sec.android.intent.action.HOME_RESUME !! Enqueue -> schedule it!!
  1071. I/SurfaceFlinger( 2858): id=1253 createSurf (65x65),1 flag=4, bpp
  1072. W/ContextImpl( 3545): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1699 com.android.server.InputMethodManagerService$6.run:2726 java.lang.Thread.run:818 <bottom of call stack> <bottom of call stack>
  1073. W/InputMethodManagerService( 3545): Got RemoteException sending setActive(false) notification to pid 1775 uid 10074
  1074. E/JavaBinder( 3545): !!! FAILED BINDER TRANSACTION !!!
  1075. W/BroadcastQueue( 3545): Permission Denial: broadcasting Intent { act=com.sec.android.intent.action.HOME_RESUME flg=0x10 } from com.sec.android.app.launcher (pid=4043, uid=10009) is not exported from uid 1000 due to receiver com.android.settings/.accessibilitywidget.AccessibilityEasyWidgetProviderAssistiveLight
  1076. I/OpenGLRenderer( 3545): Initialized EGL, version 1.4
  1077. I/OpenGLRenderer( 3545): HWUI protection enabled for context ,  &this =0xaf45afd8 ,&mEglDisplay = 1 , &mEglConfig = -1645231856
  1078. D/mali_winsys( 3545): new_window_surface returns 0x3000,  [1400x791]-format:1
  1079. D/GalleryCacheReady( 1421): Receive : home resume
  1080. I/Timeline( 4043): Timeline: Activity_idle id: android.os.BinderProxy@696078b time:211145053
  1081. E/JavaBinder( 3545): !!! FAILED BINDER TRANSACTION !!!
  1082. E/JavaBinder( 3545): !!! FAILED BINDER TRANSACTION !!!
  1083. V/TaskCloserActivity( 1478): TaskCloserActivity onReceive() - com.sec.android.intent.action.HOME_RESUME
  1084. I/ActivityManager( 3545): Process org.libsdl.app (pid 1775)(adj 1) has died(59,422)
  1085. I/WindowState( 3545): WIN DEATH: Window{b594fca u0 org.libsdl.app/org.libsdl.app.SDLActivity}
  1086. I/WindowState( 3545): WIN DEATH: Window{36941491 u0 SurfaceView}
  1087. I/Zygote  ( 2891): Process 1775 exited due to signal (11)
  1088. D/StatusBarManagerService( 3545): manageDisableList userId=0 what=0x0 pkg=WindowManager.LayoutParams
  1089. D/PushAndAttach( 1233): mAssignedMemoMap.size() :0
  1090. I/splitIntent( 3545): Queue : backgroundsplit_1 intent com.sec.android.intent.action.HOME_RESUME is finished at BG and BG split queue. set mSplitStart and mBgSplitQueueOnlyRun false.
  1091. D/CustomFrequencyManagerService( 3545): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1800000  uid : 1000  pid : 3545  tag : ACTIVITY_RESUME_BOOSTER@2
  1092. I/Timeline( 3545): Timeline: Activity_windows_visible id: ActivityRecord{2dbcad96 u0 com.sec.android.app.launcher/com.android.launcher2.Launcher t1999} time:211145232
  1093. W/ActivityManager( 3545): mDVFSHelper.release()
  1094. D/CustomFrequencyManagerService( 3545): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT  frequency : 1800000  uid : 1000  pid : 3545  pkgName : ACTIVITY_RESUME_BOOSTER@6
  1095. I/SurfaceFlinger( 2858): id=1250 Removed TDLActivity (6/12)
  1096. I/SurfaceFlinger( 2858): id=1250 Removed TDLActivity (-2/12)
  1097. I/SurfaceFlinger( 2858): id=1251 Removed TurfaceView (5/11)
  1098. I/SurfaceFlinger( 2858): id=1251 Removed TurfaceView (-2/11)
  1099. I/SurfaceFlinger( 2858): id=1250 Removed TDLActivity (-2/11)
  1100. I/SurfaceFlinger( 2858): id=1251 Removed TurfaceView (-2/11)
  1101. D/CustomFrequencyManagerService( 3545): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1900000  uid : 1000  pid : 3545  tag : LAUNCHER_APP_BOOSTER_CPU@6
  1102. I/ConfigService( 4227): onDestroy
  1103. D/CustomFrequencyManagerService( 3545): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT  frequency : 1800000  uid : 1000  pid : 3545  tag : ACTIVITY_RESUME_BOOSTER@6
  1104. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1105. D/StatusBar.NetworkController( 3716): onDataActivity: direction=0
  1106. D/StatusBar.NetworkController( 3716): updateDataIcon, mDataDirectionIconId = com.android.systemui:drawable/stat_sys_data_connected_4g_plus mDataConnected = true
  1107. D/StatusBar.NetworkController( 3716): refreshViews connected={ data } level=3 combinedSignalIconId=0x7f020512/com.android.systemui:drawable/stat_sys_signal_3_auto_rotate mobileLabel=TW Mobile wifiLabel= emergencyOnly=false combinedLabel=TW Mobile mAirplaneMode=false mDataActivity=0 mPhoneSignalIconId=0x7f020512/com.android.systemui:drawable/stat_sys_signal_3_auto_rotate mQSPhoneSignalIconId=0x7f02014a/com.android.systemui:drawable/ic_qs_signal_3 mDataDirectionIconId=0x7f02038e/com.android.systemui:drawable/stat_sys_data_connected_4g_plus mDataSignalIconId=0x7f020512/com.android.systemui:drawable/stat_sys_signal_3_auto_rotate mDataTypeIconId=0x7f02038e/com.android.systemui:drawable/stat_sys_data_connected_4g_plus mQSDataTypeIconId=0x0/(null) mNoSimIconId=0x0/(null) mWifiIconId=0x0/(null) mQSWifiIconId=0x0/(null) mWifiActivityIconId=0x0/(null) mBluetoothTetherIconId=0x10808ee/android:drawable/stat_sys_tether_bluetooth
  1108. D/STATUSBAR-WifiQuickSettingButton( 3716): onWifiSignalChanged enabled=false enabledDesc:null
  1109. D/StatusBar.NetworkController( 3716): refreshSignalCluster - setNWBoosterIndicators(false)
  1110. D/StatusBar.NetworkController( 3716): applyOpen
  1111. D/StatusBar.NetworkController( 3716): refreshSignalCluster - setNWBoosterIndicators(false)
  1112. D/StatusBar.NetworkController( 3716): applyOpen
  1113. D/StatusBar.NetworkController( 3716): refreshSignalCluster - setNWBoosterIndicators(false)
  1114. D/StatusBar.NetworkController( 3716): applyOpen
  1115. D/StatusBar.NetworkController( 3716): refreshSignalCluster - setNWBoosterIndicators(false)
  1116. D/StatusBar.NetworkController( 3716): applyOpen
  1117. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1118. I/ActivityManager( 3545): Killing 1200:com.google.android.apps.magazines/u0a123 (adj 15): bgCount ##31
  1119. I/ActivityManager( 3545): Killing 1215:com.samsung.android.intelligenceservice/u0a4 (adj 15): bgCount ##31
  1120. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1121. I/libencoder( 3545): width= 768, height = 768, colot_type= 6, bit_depth= 8
  1122. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1123. D/SSRM:n  ( 3545): SIOP:: AP = 320, PST = 276, CUR = -312
  1124. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1125. E/NetlinkEvent( 2854): NetlinkEvent::FindParam(): Parameter 'TIME_NS' not found
  1126. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1127. D/BatteryService( 3545): !@BatteryListener : batteryPropertiesChanged!
  1128. D/BatteryService( 3545): level:100, scale:100, status:5, health:2, present:true, voltage: 4372, temperature: 295, technology: Li-ion, AC powered:false, USB powered:true, Wireless powered:false, icon:17303721, invalid charger:0
  1129. D/BatteryService( 3545): online:4, current avg:-174, charge type:1, power sharing:false, high voltage charger:false, capacity:322000, current_now:-75
  1130. D/BatteryService( 3545): Sending ACTION_BATTERY_CHANGED.
  1131. I/MotionRecognitionService( 3545): Plugged
  1132. I/MotionRecognitionService( 3545): setPowerConnected  = true
  1133. D/KeyguardUpdateMonitor( 3716): received broadcast android.intent.action.BATTERY_CHANGED
  1134. D/KeyguardUpdateMonitor( 3716): handleBatteryUpdate
  1135. D/STATUSBAR-PhoneStatusBar( 3716):  mBrightnessEnablebySettings = true mBrightnessEnablebyBattery = true mBrightnessEnablebyDisableFlag = true mPmsBrightnessEnablebySettings = true
  1136. D/BatteryMeterView( 3716): ACTION_BATTERY_CHANGED : level:100 status:5 health:2
  1137. D/BatteryMeterView( 3716): ACTION_BATTERY_CHANGED : level:100 status:5 health:2
  1138. D/BatteryMeterView( 3716): ACTION_BATTERY_CHANGED : level:100 status:5 health:2
  1139. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1140. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1141. E/SMD     (32562): smd Interface open failed errno is 2 -1
  1142. E/SMD     (32562): smd Interface open failed errno is 2 -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement