Hi, thanks for your reply.
Well, i got the sources from the store, and i can repdroduce the same behavior. The race starts and almost in the first seconds the game freezes. I've tried in debug mode, but there is just a single line in logcat that's related with this freeze...
Can you give me some clue of how to debug this? I've already done the basics by commenting almost all the code by parts to find the part that lead to this issue, but nothing... i just can't find anything...
My android version is 4.4.4 at the moment.
The only debug messages i'm getting from logcat are logged when application is started:
Code:
D/libEGL ( 4876): [glTexImage2D] 0x502
D/glGetError:glTexImage2D( 4876): #00 pc 00012aa4 /system/lib/libEGL.so
D/glGetError:glTexImage2D( 4876): #01 pc 00138f80 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #02 pc 00139178 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #03 pc 0013cfd8 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #04 pc 0013d10c /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #05 pc 0013d8dc /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #06 pc 0013d90e /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #07 pc 001b966e /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #08 pc 00150cd0 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #09 pc 00155b16 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #10 pc 001345f6 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #11 pc 00228c38 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #12 pc 0027c394 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #13 pc 006a298a /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #14 pc 0027bbe8 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #15 pc 006a25a2 /data/app-lib/com.esenthel.race-2/libProject.so
D/glGetError:glTexImage2D( 4876): #16 pc 0000d228 /system/lib/libc.so (__thread_entry+72)
D/glGetError:glTexImage2D( 4876): #17 pc 0000d3c0 /system/lib/libc.so (pthread_create+240)
But this also is shown when every Esenthel application is started, so it's not specific to this game.