I tried to use backtrace_symbols in a sianal handler, but now I know the function is not signal-safe.
And there is always the backtrace in android log when the crash happened, I want my program to be convenient like the backtrace in android phone.
I tried to use backtrace_symbols in a sianal handler, but now I know the function is not signal-safe.
And there is always the backtrace in android log when the crash happened, I want my program to be convenient like the backtrace in android phone.