【常見異常】運行時常見錯誤快速查詢dSYM

###Mac crash dirhtml

crash

//獲取到真機的crash日誌
~/Library/Logs/CrashReporter/MobileDevice

###crash1express

error: Execution was interrupted, reason: EXC_BAD_ACCESS (code=1, address=0x74006300650076).
The process has been returned to the state before expression evaluation.
Jun 17 11:26:49 siri CHiQ電視[3284] <Error>: *** Terminating app due to uncaught exception 'signalRaisedException', reason: 'Application received signal SIGSEGV'
	*** First throw call stack:
	(0x22a2791b 0x221c2e17 0x22a27861 0xabc1e1 0x2275606f 0x14a7c64 0x92a173 0x93c977 0x946a89 0x946c59 0x135473 0x15b92d 0x14c8e3 0x15b86f 0x22595823 0x225a45e9 0x225a3fcd 0x22759b29 0x22759718)
Jun 17 11:26:49 siri CHiQ電視[3284] <Error>: *** Terminating app due to uncaught exception 'signalRaisedException', reason: 'Application received signal SIGSEGV'
	*** First throw call stack:
	(0x22a2791b 0x221c2e17 0x22a27861 0xabc1e1 0x2275606f 0x14a7c64 0x92a173 0x93c977 0x946a89 0x946c59 0x135473 0x15b92d 0x14c8e3 0x15b86f 0x22595823 0x225a45e9 0x225a3fcd 0x22759b29 0x22759718)
Jun 17 11:26:49 siri SpringBoard[48] <Warning>: HW kbd: Failed to set (null) as keyboard focus
Jun 17 11:26:49 siri mediaserverd[43] <Notice>: '' com.changhong.CHIQDIS1(pid = 3284) setting DiscoveryMode = DiscoveryMode_None, currentDiscoveryMode = DiscoveryMode_None
Jun 17 11:26:49 siri com.apple.xpc.launchd[1] (UIKitApplication:com.changhong.CHIQDIS1[0x7737][3284]) <Notice>: Service exited due to signal: Abort trap: 6
Jun 17 11:26:49 siri SpringBoard[48] <Warning>: Application 'UIKitApplication:com.changhong.CHIQDIS1[0x7737]' crashed.
Jun 17 11:26:49 siri UserEventAgent[23] <Warning>: 6339100026255: id=com.changhong.CHIQDIS1 pid=3284, state=0
Jun 17 11:26:50 siri ReportCrash[3328] <Error>: assertion failed: 13F69: libsystem_trace.dylib + 15927 [FCFC8D6B-F8E1-3577-84A7-8A591C88D819]: 0x0
Jun 17 11:26:50 siri Unknown[3328] <Error>: 
Jun 17 11:26:50 siri ReportCrash[3328] <Warning>: os_activity_diagnostic_for_pid() failed!

###FYI連接app

http://www.jianshu.com/p/12a2402b29c2ui

http://www.cocoachina.com/industry/20140514/8418.htmllua

###Crash analyze tools日誌

cd /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/Resources 

☠️ symbolicatecrash

###🎧 dYSM 分析code

dSYM

// 💡💡 查看 dsym 的 uuid
dwarfdump --uuid crash.app.dSYM/Contents/Resources/DWARF/crash

xcrun atos -arch armv7 -o crash.app/mobileguard 0x00015000

https://docs.fabric.io/apple/crashlytics/missing-dsyms.htmlserver

https://developer.apple.com/library/content/technotes/tn2151/_index.htmlhtm

相關文章
相關標籤/搜索