Unlike Coredumps, we don't reprocess reboot trace events if the symbol file is uploaded later. However, if you have the symbol file on hand, you can manually decode the PC (Program Counter) and LR (Link Register) values associated with a Trace Event.
To manually decode PC and LR values associated with a Trace Event using addr2line, use the command:
addr2line -e <your_binary> <PC_value> <LR_value>
Comments
0 comments
Please sign in to leave a comment.