Where is the "stack tool" for an Android developer? (to help debug native C ++ code)

I am writing a game for Android that includes some C ++.
I have a pretty repeatable failure that seems to be related to my C ++ code

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

he says to run the output through a "stack tool" that cannot find any traces .. nor aproto.

+5
source share
4 answers

- , , : http://osdir.com/ml/AndroidDevelopers/2009-04/msg00492.html addr2line - , Im crashing, !

, ...

0

In most cases, the docs seem to reference the ndk-stack tool (even if they call it the "stack tool").

0
source

All Articles