addr2line translates program addresses into file names and line numbers.
I am stuck with my app, as I am unable to debug as it is a multithreaded one and crashes …
android android-ndk shared-libraries native-code addr2lineWhen running addr2line in some programs, I get a "discriminator N" comment at the end of the line: main …
c++ c addr2line