When an app crashes in ios, does it create a core dump anywhere?
Are core dumps available for ios apps? I've got some nasty bugs and checking out the runtime state would be 开发者_开发技巧pretty helpful.
No, I've never heard of core dump's being done on iOS. Crash logs with stack trace are saved.
精彩评论