Xcode 8 iOS 10不间断设备日志

nit*_*h99 58 xcode ios10

来自iOS 10 iPhone 6s +的我的Xcode 8设备日志不连续打印以下行,我无法阻止它或者不知道如何阻止它.我能以任何方式阻止这些打印吗?

Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0] <Debug>: Status={0x80, 0x20, 00, 0x10, 00, 00, 00, 0x11, 0x1, 0x1, 00, 0x4, 0xf0, 0x2, 0x9, 00}
Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0] <Debug>: Sent message of 20 bytes
Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0] <Debug>: exit, err=0x0
Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0] <Debug>: mask=0xFF, bad=false
Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0] <Debug>: exit
Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0] <Debug>: entry
Sep 20 14:34:41 iPhone kernel(AppleBiometricSensor)[0] <Debug>: exit
Sep 20 14:34:42 iPhone kernel(AppleBiometricSensor)[0] <Debug>: entry
Sep 20 14:34:42 iPhone kernel(AppleBiometricSensor)[0] <Debug>: entry
Sep 20 14:34:42 iPhone kernel(AppleBiometricSensor)[0] <Debug>: txBufferLength=7 rxBufferLength=23
Sep 20 14:34:42 iPhone kernel(AppleBiometricSensor)[0] <Debug>: Wrote:     7B | 0x80 0x10 0x00 0x07 0x00 0x00 0x00
Sep 20 14:34:42 iPhone kernel(AppleBiometricSensor)[0] <Debug>:  Read:    23B | 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x80 0x20 0x00 0x10 0x00 0x00 0x00 0x11
Run Code Online (Sandbox Code Playgroud)

PS:我试过禁用触摸ID,但没有运气.

另外,我不是在谈论控制台日志.我在谈论设备日志.

在此输入图像描述

mal*_*hal 21

升级到macOS Sierra并使用重新设计的Console应用程序.它现在列出了连接的设备,并允许高级过滤和搜索设备日志,比过去Xcode能够实现的更好,例如通过以下屏幕截图中显示的进程名称:iPhone日志按进程过滤

在此输入图像描述

注意:这个新的应用程序不幸在打开时使用30%的CPU,希望Apple可以解决这个问题,同时确保在移动时退出或者忍受严重的电池耗尽.

  • 您必须键入搜索条目,然后按Enter键,文本将更改为下拉列表 (2认同)

小智 7

这只是一种解决方法.您可以尝试使用允许您过滤内容的iOS控制台.


use*_*315 5

这个问题不依赖于xcode 8它也在xcode 7上."内核(AppleBiometricSensor)[0]:"如果您将iOS设备置于睡眠状态并且如果您按回原点则再次返回将消失.

iOS 10.0.2更新 - >没有修复

  • 这肯定会通过设备窗口调试应用程序更具挑战性,神圣的废话.我在i6上根本没有使用生物识别技术,但它是不间断的流媒体. (3认同)