iOS 크래시(.crash) 로그 파일 분석하기 위해서 dmp 파일과 dSYM 파일이 필요!!
symbolicatecrash 파일로 분석 할수 있다.
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash A.crash A.app.dSYM > A.txt
A.txt 파일을 보면 오류난 함수의 이름을 확인 할수 있다.
DEVELOPER_DIR오류 나고 안될때
export DEVELOPER_DIR="/Applications/XCode.app/Contents/Developer"
'iOS > 참고' 카테고리의 다른 글
아이폰 실행 시간 측정 코드 (0) | 2013.12.05 |
---|---|
[펌] Back to the Mac 선정 - 올해의 추천 맥용 프로그램 100선 (0) | 2013.05.20 |
iOS 크래시(.crash) 로그 파일 분석하기 (0) | 2013.05.13 |
UIWebView 자바스크립트에 파라미터 넘기는 방법 (0) | 2013.03.23 |
UIView -> UIImage (0) | 2013.02.19 |
[발번] Core Data Model Versioning and Data Migration - Introduction (0) | 2012.12.28 |
댓글을 달아 주세요