Crash parses the iOS crash address file,

Source: Internet
Author: User

Crash parses the iOS crash address file,

When the client collects the crash information, it is often the address information, which makes it difficult to find the specific crash location.

So the crash is used to lock the files in which the crash occurs.

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

2. Change project to release

3. Run the program

Click here


The generated xxx. app. dSYM file is displayed in the directory.

3.1 copy the file to the directory in the crash. sh text file.

3.2 open the bugsaddress.txt file and enter the address in the client's returned failed information.

For example:

Zero x 00045757
0x0000be68

Save

33.

Xxx. app. DSYM xxx is your project name

3.4 open the terminal and enter crash. sh and sh run crash. sh then generates the corresponding address file to find the cause of the BUG Based on the provided message of the address file, which greatly improves the efficiency of searching for bugs.

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.