iOS uses the DSYMTools tool to locate the specific line number and method name of the crash

1. Download dSYMTools-master tool. After downloading and installing, as shown below:

2. Use exception recording tools such as Bugly or Umeng to find the memory address and offset information of the crash
The picture above is the crash information recorded by Bugy, Umeng’s Reference is as follows:

For the principle and other descriptions of the tool, please refer to the original information. Actual use can indeed help developers quickly locate abnormal problems.

Guess you like

Origin blog.csdn.net/yimiyuangguang/article/details/134996743