Atos cannot get symbols from dSYM of archived application

后端 未结 2 1498
半阙折子戏
半阙折子戏 2020-11-30 18:34

I have a crash report from BugSense, so I have information on the memory location of crashes but they are not symbolicated. Also Bug Sense does not send traditional crash re

2条回答
  •  时光取名叫无心
    2020-11-30 18:37

    You have to get the right address. You can use the solution above but you must use hex math to get the right memory address. slide + stack address - load address.

提交回复
热议问题