I am trying to use ndk-stack command provided with the ndk.
Unfortunately when I run it, the script crashes.
The command I am running on windows is is...
ndk-stack.cmd -sym build/intermediates/cmake/debug/obj/armeabi-v7a -dump stack.txt
stack.txt file contains the the tombstone from logcat.
The error I am receiving is....
Traceback (most recent call last): File "C:\Android\android-ndk-r20\prebuilt\windows-x86_64\bin\ndk-stack.py", line 134, in main() File "C:\Android\android-ndk-r20\prebuilt\windows-x86_64\bin\ndk-stack.py", line 83, in main proc = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE) File "C:\Android\android-ndk-r20\prebuilt\windows-x86_64\lib\python2.7/subprocess.py", line 711, in init errread, errwrite) File "C:\Android\android-ndk-r20\prebuilt\windows-x86_64\lib\python2.7/subprocess.py", line 948, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified [Finished in 0.1s]