I am writing an android game that involves some c++.
I have a fairly repeatable crash that seems to be due to my c++ code

Looking at the page: http://source.android.com/porting/debugging_native.html#Debug_Scenarios (right at the end)

it says to run the output through the "stack tool" - which I can find no trace of.. nor aproto - any help would be fantastic!
Thanks
-Alex

link|improve this question

60% accept rate
Ive got the bug prompting this question fixed, but am still interested to know the answer! – Chozabu Sep 14 '10 at 1:12
feedback

3 Answers

I think they're referring to this:

http://code.google.com/p/android-ndk-stacktrace-analyzer/

Don't feel bad about not finding it; it took a lot of searching to track it down the first time. :)

link|improve this answer
1  
Looks Handy - but its not the tool they are referring to. compare its output ( code.google.com/p/android-ndk-stacktrace-analyzer/wiki/Usage ) with theoutput at the bottom of this page ( source.android.com/porting/… ) – Chozabu Oct 11 '10 at 17:09
Fun; I see what you mean. Have you asked about it on the NDK list? The Googlers there might be able to point you in the right direction. – SomeCallMeTim Oct 12 '10 at 17:17
feedback

OK - not the nice clean solution Im looking for, but: http://osdir.com/ml/AndroidDevelopers/2009-04/msg00492.html addr2line - lets me see where Im crashing, in my main loop!

I think I'm not being thread safe...

link|improve this answer
feedback
up vote 0 down vote accepted

http://groups.google.com/group/android-developers/browse_thread/thread/73f89bb8739c24bb/5228e7a5dcfff090?lnk=gst&q=stack+tool#5228e7a5dcfff090

It seems the stack tool is an internal google tool (despite being in public docs...)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.