当前位置:网站首页>Symbolic processing of crash log

Symbolic processing of crash log

2022-06-22 07:41:00 Siege lion corn

1、find /Applications/Xcode.app -name symbolicatecrash

find  symbolicatecrash file , Copy export to 1.crash( File to be parsed ) Peer path

2、 Put the symbol table file dSYM Also put it in the same level path .

3、export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer

export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer

4、./symbolicatecrash ./1.crash ./xxxxxx.app.dSYM/ > 1.log

原网站

版权声明
本文为[Siege lion corn]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202220534434494.html