如何符号化崩溃日志 Xcode?

How to symbolicate crash log Xcode?(如何符号化崩溃日志 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:

  1. Xcode >窗口>设备,在左上方选择一个已连接的 iPhone/iPad/等.
  2. 查看设备日志
  3. 所有日志
  1. In Xcode > Window > Devices, select a connected iPhone/iPad/etc top left.
  2. View Device Logs
  3. 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).

  1. 只需将您的文件拖放到该列表中即可.它对我有用.

这篇关于如何符号化崩溃日志 Xcode?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Get an event when UIBarButtonItem menu is displayed(显示UIBarButtonItem菜单时获取事件)