Skip to content Skip to sidebar Skip to footer

Why Addr2line Is Not Able To Resolve Certain Address To Function Names?

I have backtraces obtained from executing the command dumpheap -n . I have to convert these address to function names and line numbers to make these backtra

Solution 1:

I found the solution myself. I replaced addr2line with the one provided by android arm-linux-androideabi-addr2line and it worked like charm.


Post a Comment for "Why Addr2line Is Not Able To Resolve Certain Address To Function Names?"