How to symbolicate crash log Xcode?(如何符号化崩溃日志 Xcode?)
问题描述
Xcode 5 组织者有一个可以列出所有崩溃日志的视图.我们可以在这里拖放崩溃日志.但是从 Xcode 6 开始,我知道他们已经将设备从组织中移出,并且有一个新的窗口.但是我没有找到一个地方可以查看我在升级到 Xcode 6 后拖放到 Xcode 5 中的崩溃日志.有人知道答案吗?
Xcode 5 organizer had a view which would list all the crash logs. and we could drag drop crash logs here. But since Xcode 6, I know they have moved devices out of organize and have a new window for the same. But I do not find a place where I view the crash logs which i drag-dropped in Xcode 5 after upping to Xcode 6. Anybody knows the answer ?
推荐答案
好的,我意识到你可以这样做:
Ok I realised that you can do this:
- 在
Xcode >窗口>设备
,在左上方选择一个已连接的 iPhone/iPad/等. - 查看设备日志
- 所有日志
- In
Xcode > Window > Devices
, select a connected iPhone/iPad/etc top left. - View Device Logs
- All Logs
您那里可能有很多日志,并且为了以后更容易找到您导入的日志,您可以继续删除所有日志...除非它们对您来说意味着金钱.或者除非您知道崩溃发生的确切时间点 - 无论如何它都应该写入文件中......我很懒所以我只是删除了所有旧日志(这实际上需要一段时间).
You probably have a lot of logs there, and to make it easier to find your imported log later, you could just go ahead and delete all logs at this point... unless they mean money to you. Or unless you know the exact point of time the crash happened - it should be written in the file anyway... I'm lazy so I just delete all old logs (this actually took a while).
- 只需将您的文件拖放到该列表中即可.它对我有用.
这篇关于如何符号化崩溃日志 Xcode?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何符号化崩溃日志 Xcode?
基础教程推荐
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01