how to debug android?

this is a general native android code question, so i will try to research and post here if i figure it out, it is sad that there isn't an explanation in nme of how to compare android crashes with the actual binary and the originally generated c++ code, so…

Viewing 1 to 3 (3 Total)
how to debug android?

raould

raould
Total Posts: 224
Joined: December 03, 2011

this is a general native android code question, so i will try to research and post here if i figure it out, it is sad that there isn't an explanation in nme of how to compare android crashes with the actual binary and the originally generated c++ code, so that people could try to debug crashes more accurately / easily.

if anybody has a pointer to a good explanation * that has been proven to work in the context of nme * then pretty please post it here. smiling

Tags:
Posted on April 04, 2012 at 1:24 PM

exdev

exdev
Total Posts: 93
Joined: March 09, 2012

Re: how to debug android?

I'm also very interested in this

I'm getting a crash on android

http://haxenme.atlassian.net/browse/SWF-7...

(windows also) but I can't do much about it.

I suspect is something SWF related for the cpp target because it works in flash.

Posted on April 04, 2012 at 7:21 PM

raould

raould
Total Posts: 224
Joined: December 03, 2011

Re: how to debug android?

as others have suggested elsewhere, i ran it under different targets. the one which found the bug fastest was "-debug cpp".

now of course that mostly only works for bugs in your own code. bugs in other stuff like nme itself, ah well...

(at least i probably will always have more bugs in my own code than anybody else's smiling

Posted on April 05, 2012 at 4:18 PM