Someone can help me in issue identification?
Is there a connection between row when hxcpp error appair and other lines nearby?
I/traceA ( 5676): httpGetImages started
I/traceMIL( 5676): Total trance added: 9
I/traceMIL( 5676): startLoading numberOfExecutionSent: 0 url: http://redemption.game/image_repos/Actors/PannelloIconeV2.28x28-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 1 url: http://redemption.game/image_repos/Actors/BottoneRettangolareVVerdeDef-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 2 url: http://redemption.game/image_repos/Actors/MoveCardInCollectionButton93x23-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 3 url: http://redemption.game/image_repos/Actors/NukeWaiterLarge-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 4 url: http://redemption.game/image_repos/Actors/NukeWaiterLarge.1-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 5 url: http://redemption.game/image_repos/Actors/PannelloCalendarioPremi-Definitivo(1x)470x249-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 6 url: http://redemption.game/image_repos/Actors/HelpIcon.w23.h23-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 7 url: http://redemption.game/image_repos/Actors/Bastoncino.51x46.mk2-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 8 url: http://redemption.game/image_repos/Actors/Uncommon-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 9 url: http://redemption.game/image_repos/Actors/TV1.1600-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 10 url: http://redemption.game/image_repos/Actors/Premio_Credits_006-(1x)51x46-fs8.png
I/traceLMI( 5676): doInBackground LoadImageFromURL started
I/traceLMI( 5676): doInBackground LoadImageFromURL started
I/traceLMI( 5676): doInBackground LoadImageFromURL started
I/traceFMU( 5676): loadBase64ImageFromURL
I/traceFMU( 5676): loadBase64ImageFromURL
I/traceLMI( 5676): doInBackground LoadImageFromURL started
I/traceFMU( 5676): loadBase64ImageFromURL
I/traceFMU( 5676): loadBase64ImageFromURL
I/traceLMI( 5676): doInBackground LoadImageFromURL started
I/traceFMU( 5676): loadBase64ImageFromURL
I/traceMIL( 5676): startLoading numberOfExecutionSent: 11 url: http://redemption.game/image_repos/Actors/TendinaAlta480x720-fs8.png
I/traceMIL( 5676): startLoading numberOfExecutionSent: 12 url: http://redemption.game/image_repos/Actors/Defeated-fs8.png
E/HXCPP ( 5676): Critical Error: Allocating from a GC-free thread
F/libc ( 5676): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 5676 (s.redmption.tcg)
I/traceLMI( 5676): doInBackground LoadImageFromURL started
I/traceFMU( 5676): loadBase64ImageFromURL
I/traceLMI( 5676): Call Haxe Ok
I/traceLMI( 5676): doInBackground LoadImageFromURL started
I/traceFMU( 5676): loadBase64ImageFromURL
I/DEBUG ( 142): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Code generating this log aiming to load images from web using asynctask to speed up process and using 120 thread under the 128 thread limit per asynctask.
Thanks in advance.
David.