1, Google offers the Arm-linux-androideabi-addr2line tool to learn
Click to open link
Click to open link
2, which conditions will occur native exception
(1) The code takes an active exception and calls the Abort () function.
Description: The abort () function first relieves the process from blocking the SIGABRT signal and then sends the signal to the calling process. The abort () function causes the process to terminate abnormally unless the SIGABRT signal is snapped and the signal processing handle is not returned. The abort () function causes all streams to be closed and flushed, but generally does not release memory pages, so it is generally not recommended. The abort () function has no return value: void abort (void); (2) Use invalid memory, memory out of bounds, stack overflow, instruction exception,
[Debug] Native Exception Study (i)