I've got a segfault but I have absolutely no idea how to locate it.
Tips?

|
I've got a segfault but I have absolutely no idea how to locate it. Tips?
| |||||||
feedback
|
|
You can get the location of the C function that caused the crash using the Android NDK Stacktrace Analyzer. The steps are on the wiki, but basically you need to get the stack trace from logcat into a file (
Change the paths to the Android NDK and parse_stack.py file as you need. | |||||||
feedback
|
|
How to Effectively Debug Android JNI C/C++ Code in Eclipse:
Note: The author of the site used Eclipse(Galileo) on Ubuntu. I found some differences when using Eclipse(Helios) on MacOS (especially with the debug setup). Once things are set up, Eclipse works very well as an IDE for JNI development. | |||
feedback
|