Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用原生 C++ 和 NDK(使用 Eclipse)在 android 上开发游戏来构建它。我发现在遇到崩溃时使用 eclipse 和 NDK 调试本机 C++ 代码非常困难,有没有办法在程序崩溃时获得 C++ 回溯?请指教。
您可以使用ndk-stack位于 NDK 根目录中的可执行文件来执行此操作。在文件中阅读有关它的docs/NDK-STACK.html文档。
ndk-stack
docs/NDK-STACK.html