Symbolicating iOS Crash File

Source: Internet
Author: User

Symbolicating iOS Crash File
I am free to study how to analyze the iOS Crash file.

After reading the online methods, some of them won't work. Finally, we can use the script previously written by the boss.
Then I understood the script and made some modifications. Sort it out.

Script (run on Mac ):

echo dSYM uuid:xcrun dwarfdump --uuid $2.app.dSYM/Contents/Resources/DWARF/$2echo crashlog uuid:grep $2' armv7' $1 | tr -s " "echo baseaddress:grep $2' armv7' $1 | tr -d " " | cut -f 1 -d"-"echo CallStack:grep $2 $1 | grep 0x | tr -s " " | \cut -f 3 -d" " | tr -s "[\n"] " " | \xcrun atos -l `grep $2' armv7' $1 | tr -d " " | cut -f 1 -d"-"` \-arch armv7 -o $2.app.dSYM/Contents/Resources/DWARF/$2 2>&1 | tee ./$1.CallStack
The script does not understand.

Procedure:


References: http://iostechblog.wordpress.com/2013/08/28/symbolicating-crash-logs/
Http://juliusparishy.com/symbolicating-ios-8-crash-logs/

Http://wufawei.com/2014/03/symbolicating-ios-crash-logs/


Document Information

  • Http://blog.csdn.net/cdztop/article/details/39699165
    • Last modification time:, January 1, September 30, 2014

Related Article

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.