I'd like to analyze stack trace from Android NDK. How do I read it on Windows machine, please?
I know there is a python script but I have a hard time to run that on Windows 7.
I'd like to analyze stack trace from Android NDK. How do I read it on Windows machine, please?
I know there is a python script but I have a hard time to run that on Windows 7.
Copyright © 2021 Jogjafile Inc.
You can do stack trace by running this command in cmd:
of course you should choose any other architecture version in obj folder instead of armeabi-v7a, based on you android device that you are debugging on.