Crash parsing an iOS crash address file

Source: Internet
Author: User

When the client collects the crash information, it is often the address information, so it's hard to find the exact place

So by crash lock the crash roughly in which file of the project

1. First find the project at the time of release or near release

2. Transfer the project to release

3. Running the program

Click this


Enter this directory and you will see the generated Xxx.app.dSYM file

3.1 Copy this to a directory under the crash.sh text

3.2 Open the BugsAddress.txt file to return the address entered in the collected crash message to the client

Such as:

0x00045757
0x0000be68

Save

33 put the crash.sh in the

Xxx.app.DSYM XXX should be your project name

3.4 Open terminal enters crash.sh and SH executes crash.sh then generates a message to the corresponding address file based on this address file to find the cause of the bug, which greatly improves the efficiency of finding bugs

Crash parsing an iOS crash address file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.