iOS 8 在不安装 Xcode 的情况下从用户设备读取控制台日志
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25942034/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iOS 8 Read console logs from user devices without installing Xcode
提问by Sea Coast of Tibet
Any ideas how to get console logs from a user device running iOS 8?
任何想法如何从运行 iOS 8 的用户设备获取控制台日志?
Previous methods, including the iPhone Configuration Utility, do not seem to work with iOS 8 - the latter just doesn't show anything for the console. The older related iOS apps stopped working since iOS 7.
以前的方法,包括 iPhone 配置实用程序,似乎不适用于 iOS 8 - 后者只是没有为控制台显示任何内容。自 iOS 7 以来,较旧的相关 iOS 应用程序停止工作。
Installing Xcode is not an option, since the user is most likely running Windows, and in any case will not tolerate a multi-GB download and install.
安装 Xcode 不是一种选择,因为用户很可能运行 Windows,并且无论如何都不会容忍多 GB 的下载和安装。
回答by Raj U
We have an other option, which is, by installing itools and follow the below navigation where you can see the console logs.
我们还有另一种选择,即通过安装 itools 并按照以下导航查看控制台日志。
Connect Your device to Windows. click on itools->Under iPhone->>Advanced->System logs.
将您的设备连接到 Windows。点击 itools->iPhone 下->高级->系统日志。
Install itools from this location http://itools-for-windows.en.softonic.com/
从这个位置安装 itools http://itools-for-windows.en.softonic.com/
回答by Khulja Sim Sim
- To get real time iOS system logs on windows machine.
- 在 Windows 机器上获取实时 iOS 系统日志。
Note: Based on iOS / Xcode / iTunes (overall Apple) updates, this information is subject to change. With current iOS version 8.1.3, the iToolssoftware version 3.1.7.6 works great.
注意:基于 iOS / Xcode / iTunes(整体 Apple)更新,此信息可能会发生变化。对于当前的 iOS 版本 8.1.3,iTools软件版本 3.1.7.6 运行良好。
- Open iTools.
- Connect your iDevice.
- In the left pane under your device, choose 'Advanced'.
- Click on 'System Logs'.
- 打开 iTools。
- 连接您的 iDevice。
- 在设备下方的左窗格中,选择“高级”。
- 单击“系统日志”。
You'll get real time system logs just as Console log in Xcode.
您将获得实时系统日志,就像 Xcode 中的控制台日志一样。
回答by Prasanth Madhavan
As of iOS8 update iPhone Configuration Utility cannot get the logs. from a tutorial in testflight website, they say specifically for iOS 8 devices use xCode. So I guess you are out of luck.
从 iOS8 更新开始,iPhone 配置实用程序无法获取日志。来自 testflight 网站的教程,他们说专门针对 iOS 8 设备使用 xCode。所以我猜你运气不好。