iOS 10 Beta 2: Lot's of logging messages from Apple frameworks

Hi,


I see lots of logging messages from Apple Frameworks (PhotoKit, User Defaultseven touch events) when running a simple app in the XCode console. Is there a way to turn this off somehow as it interferes with my own debug log.


Cheers,


Hendrik

Note: The issue above occurs only when using the iPhone Simulator, not when running on the device.

Same here. It's extra annoying because Apple killed Xcode plugins, meaning I can no longer use XcodeColors to colorize my own log output for easy visibility.


To give some idea of how awful this is, here's the output from A SINGLE CLICK OF THE SIMULATOR SCREEN (not even on a button or other interactive element, mind you):


2016-07-08 11:32:25.265147 MyApp[28879:5438771] [HIDEvents] HID Event incoming:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Timestamp:           494187038383880
Total Latency:       1430 us
 [1mSenderID:            0x30236E6565726353 NON KERNEL SENDER
 [0mBuiltIn:             0
AttributeDataLength: 48
AttributeData:       02 00 00 00 20 00 00 00 f7 10 c9 58 96 1a 4e 27 ac 29 1e 41 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ValueType:           Absolute
EventType:           Digitizer
Flags:               0xa0005
DisplayIntegrated:   1
TransducerType:      Hand
TransducerIndex:     0
Identity:            0
EventMask:           2
Events:              Touch
ButtonMask:          0
Range:               0
Touch:               1
Pressure:            0.000000
AuxiliaryPressure:   0.000000
Twist:               0.000000
GenerationCount:     0
WillUpdateMask:      00000000
DidUpdateMask:       00000000
X:                   0.000000
Y:                   0.000000
Z:                   0.000000
TiltX:               0.000000
TiltY:               0.000000
ChildEvents:       
    -----------------------------------------------------------------------
    ValueType:           Absolute
    EventType:           Digitizer
    Flags:               0xb0001
    DisplayIntegrated:   1
    TransducerType:      Finger
    TransducerIndex:     1
    Identity:            2
    EventMask:           3
    Events:              Range Touch    
    ButtonMask:          0
    Range:               1
    Touch:               1
    Pressure:            0.000000
    AuxiliaryPressure:   0.000000
    Twist:               0.000000
    GenerationCount:     0
    WillUpdateMask:      00000000
    DidUpdateMask:       00000000
    X:                   205.000000
    Y:                   393.000000
    Z:                   0.000000
    Quality:             1.000000
    Density:             1.000000
    Irregularity:        1.000000
    MajorRadius:         5.000000
    MinorRadius:         5.000000
    Accuracy:            0.000000
    -----------------------------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2016-07-08 11:32:25.265659 MyApp[28879:5438771] [HIDEvents] HID Event sent to App:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Timestamp:           494187038383880
Total Latency:       2069 us
 [1mSenderID:            0x30236E6565726353 NON KERNEL SENDER
 [0mBuiltIn:             0
AttributeDataLength: 48
AttributeData:       02 00 00 00 20 00 00 00 f7 10 c9 58 96 1a 4e 27 ac 29 1e 41 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ValueType:           Absolute
EventType:           Digitizer
Flags:               0xa0005
DisplayIntegrated:   1
TransducerType:      Hand
TransducerIndex:     0
Identity:            0
EventMask:           2
Events:              Touch
ButtonMask:          0
Range:               0
Touch:               1
Pressure:            0.000000
AuxiliaryPressure:   0.000000
Twist:               0.000000
GenerationCount:     0
WillUpdateMask:      00000000
DidUpdateMask:       00000000
X:                   0.000000
Y:                   0.000000
Z:                   0.000000
TiltX:               0.000000
TiltY:               0.000000
ChildEvents:       
    -----------------------------------------------------------------------
    ValueType:           Absolute
    EventType:           Digitizer
    Flags:               0xb0001
    DisplayIntegrated:   1
    TransducerType:      Finger
    TransducerIndex:     1
    Identity:            2
    EventMask:           3
    Events:              Range Touch    
    ButtonMask:          0
    Range:               1
    Touch:               1
    Pressure:            0.000000
    AuxiliaryPressure:   0.000000
    Twist:               0.000000
    GenerationCount:     0
    WillUpdateMask:      00000000
    DidUpdateMask:       00000000
    X:                   205.000000
    Y:                   393.000000
    Z:                   0.000000
    Quality:             1.000000
    Density:             1.000000
    Irregularity:        1.000000
    MajorRadius:         5.000000
    MinorRadius:         5.000000
    Accuracy:            0.000000
    -----------------------------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2016-07-08 11:32:25.266779 MyApp[28879:5438696] [Touch]    Event has 1 path infos
2016-07-08 11:32:25.266938 MyApp[28879:5438696] [Touch]    Processing path info at index: 0
2016-07-08 11:32:25.267278 MyApp[28879:5438696] [Touch]        Creating new touch instance: 0x7fbb6c321a50 for path index: 1
2016-07-08 11:32:25.267504 MyApp[28879:5438696] [Touch]        Looking for view at {205, 393}
2016-07-08 11:32:25.267762 MyApp[28879:5438696] [Touch]            Window server hit test window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>>
2016-07-08 11:32:25.267950 MyApp[28879:5438696] [Touch]            Found view: 0x7fbb6c05f780 (UIView)
2016-07-08 11:32:25.268142 MyApp[28879:5438696] [Touch]            Location in view {205, 393}
2016-07-08 11:32:25.268319 MyApp[28879:5438696] [Touch]            Precise location in view {205, 393}
2016-07-08 11:32:25.268477 MyApp[28879:5438696] [Touch] 0x7fbb6c321a50 Set altitude angle:  1.5708
2016-07-08 11:32:25.268678 MyApp[28879:5438696] [Touch] Current touch count: 0
2016-07-08 11:32:25.268838 MyApp[28879:5438696] [Touch] New touch count: 0
2016-07-08 11:32:25.269010 MyApp[28879:5438696] [Touch] Current touch count: 0
2016-07-08 11:32:25.269154 MyApp[28879:5438696] [Touch] Current touch count: 0
2016-07-08 11:32:25.269334 MyApp[28879:5438696] [Touch] New touch count: 1
2016-07-08 11:32:25.269576 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c2f0>: -[UIGestureRecognizer _setInitialTouchType:] (type=0)
2016-07-08 11:32:25.269746 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c220>: -[UIGestureRecognizer _setInitialTouchType:] (type=0)
2016-07-08 11:32:25.269934 MyApp[28879:5438696] [Touch] +++++++++++   Number of touches in new touch map: 1
2016-07-08 11:32:25.270356 MyApp[28879:5438696] [Touch] Delivering event <UITouchesEvent: 0x6100000fe880> timestamp: 494187 touches: {(
    <UITouch: 0x7fbb6c321a50> phase: Began tap count: 1 force: 0.000 window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>> view: <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>> location in window: {205, 393} previous location in window: {205, 393} location in view: {205, 393} previous location in view: {205, 393}
)}
2016-07-08 11:32:25.270592 MyApp[28879:5438696] [Touch]        Began touch count: 1
2016-07-08 11:32:25.270824 MyApp[28879:5438696] [Touch]        Calling touchesBegan:withEvent: on gesture: 0x61800019c2f0 (_UISystemGestureGateGestureRecognizer) with touches: {(
    <UITouch: 0x7fbb6c321a50> phase: Began tap count: 1 force: 0.000 window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>> view: <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>> location in window: {205, 393} previous location in window: {205, 393} location in view: {205, 393} previous location in view: {205, 393}
)}
2016-07-08 11:32:25.271078 MyApp[28879:5438696] [Touch]        Moved touch count: 0
2016-07-08 11:32:25.271221 MyApp[28879:5438696] [Touch]        Ended touch count: 0
2016-07-08 11:32:25.271378 MyApp[28879:5438696] [Touch]        Canceled touch count: 0
2016-07-08 11:32:25.271531 MyApp[28879:5438696] [Touch]        Began touch count: 1
2016-07-08 11:32:25.271773 MyApp[28879:5438696] [Touch]        Calling touchesBegan:withEvent: on gesture: 0x61800019c220 (_UISystemGestureGateGestureRecognizer) with touches: {(
    <UITouch: 0x7fbb6c321a50> phase: Began tap count: 1 force: 0.000 window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>> view: <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>> location in window: {205, 393} previous location in window: {205, 393} location in view: {205, 393} previous location in view: {205, 393}
)}
2016-07-08 11:32:25.271967 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c220>: Setting state to Failed
2016-07-08 11:32:25.272154 MyApp[28879:5438696] [Touch]        Moved touch count: 0
2016-07-08 11:32:25.272301 MyApp[28879:5438696] [Touch]        Ended touch count: 0
2016-07-08 11:32:25.272480 MyApp[28879:5438696] [Touch]        Canceled touch count: 0
2016-07-08 11:32:25.272704 MyApp[28879:5438696] [GestureEnvironment] Queueing gesture for reset: <_UISystemGestureGateGestureRecognizer: 0x61800019c220>
2016-07-08 11:32:25.272865 MyApp[28879:5438696] [GestureExclusion] Gestures relevant to exclusion:
2016-07-08 11:32:25.273039 MyApp[28879:5438696] [GestureExclusion] A: <_UISystemGestureGateGestureRecognizer: 0x61800019c2f0>
2016-07-08 11:32:25.273197 MyApp[28879:5438696] [GestureExclusion] B: <_UISystemGestureGateGestureRecognizer: 0x61800019c220>
2016-07-08 11:32:25.273375 MyApp[28879:5438696] [GestureExclusion] Exclusion matrix (a mark at row X, column Y indicates gesture Y will try to exclude X; a star next to column X indicates that X has recognized):
  | A  B
--+------
A |     
B |
2016-07-08 11:32:25.273566 MyApp[28879:5438696] [GestureEnvironment] Queueing gesture for reset: <_UISystemGestureGateGestureRecognizer: 0x61800019c220>
2016-07-08 11:32:25.273773 MyApp[28879:5438696] [GestureEnvironment] resetting gesture subGraph {(
    "<_UISystemGestureGateGestureRecognizer: 0x61800019c220>"
)}
2016-07-08 11:32:25.273929 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c220>: -[UIGestureRecognizer _invalidateInitialTouchType]
2016-07-08 11:32:25.274079 MyApp[28879:5438696] [Touch] UIWindow sendEvent:
2016-07-08 11:32:25.274275 MyApp[28879:5438696] [Touch]    views: {(
    <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>>
)}
2016-07-08 11:32:25.274418 MyApp[28879:5438696] [Touch]        Began touch count: 1
2016-07-08 11:32:25.274636 MyApp[28879:5438696] [Touch]        Calling touchesBegan:withEvent: on view: 0x7fbb6c05f780 (UIView) with touches: {(
    <UITouch: 0x7fbb6c321a50> phase: Began tap count: 1 force: 0.000 window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>> view: <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>> location in window: {205, 393} previous location in window: {205, 393} location in view: {205, 393} previous location in view: {205, 393}
)}
2016-07-08 11:32:25.274859 MyApp[28879:5438696] [Touch]        Moved touch count: 0
2016-07-08 11:32:25.274987 MyApp[28879:5438696] [Touch]        Ended touch count: 0
2016-07-08 11:32:25.275130 MyApp[28879:5438696] [Touch]        Canceled touch count: 0
2016-07-08 11:32:25.275279 MyApp[28879:5438696] [Touch] Current touch count: 0
2016-07-08 11:32:25.403252 MyApp[28879:5438771] [HIDEvents] HID Event incoming:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Timestamp:           494187175602525
Total Latency:       1247 us
 [1mSenderID:            0x30236E6565726353 NON KERNEL SENDER
 [0mBuiltIn:             0
AttributeDataLength: 48
AttributeData:       02 00 00 00 20 00 00 00 f7 10 c9 58 96 1a 4e 27 ac 29 1e 41 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ValueType:           Absolute
EventType:           Digitizer
Flags:               0x80005
DisplayIntegrated:   1
TransducerType:      Hand
TransducerIndex:     0
Identity:            0
EventMask:           2
Events:              Touch
ButtonMask:          0
Range:               0
Touch:               0
Pressure:            0.000000
AuxiliaryPressure:   0.000000
Twist:               0.000000
GenerationCount:     0
WillUpdateMask:      00000000
DidUpdateMask:       00000000
X:                   0.000000
Y:                   0.000000
Z:                   0.000000
TiltX:               0.000000
TiltY:               0.000000
ChildEvents:       
    -----------------------------------------------------------------------
    ValueType:           Absolute
    EventType:           Digitizer
    Flags:               0x80001
    DisplayIntegrated:   1
    TransducerType:      Finger
    TransducerIndex:     1
    Identity:            2
    EventMask:           3
    Events:              Range Touch    
    ButtonMask:          0
    Range:               0
    Touch:               0
    Pressure:            0.000000
    AuxiliaryPressure:   0.000000
    Twist:               0.000000
    GenerationCount:     0
    WillUpdateMask:      00000000
    DidUpdateMask:       00000000
    X:                   205.000000
    Y:                   393.000000
    Z:                   0.000000
    Quality:             1.000000
    Density:             1.000000
    Irregularity:        1.000000
    MajorRadius:         5.000000
    MinorRadius:         5.000000
    Accuracy:            0.000000
    -----------------------------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2016-07-08 11:32:25.403743 MyApp[28879:5438771] [HIDEvents] HID Event sent to App:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Timestamp:           494187175602525
Total Latency:       2949 us
 [1mSenderID:            0x30236E6565726353 NON KERNEL SENDER
 [0mBuiltIn:             0
AttributeDataLength: 48
AttributeData:       02 00 00 00 20 00 00 00 f7 10 c9 58 96 1a 4e 27 ac 29 1e 41 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ValueType:           Absolute
EventType:           Digitizer
Flags:               0x80005
DisplayIntegrated:   1
TransducerType:      Hand
TransducerIndex:     0
Identity:            0
EventMask:           2
Events:              Touch
ButtonMask:          0
Range:               0
Touch:               0
Pressure:            0.000000
AuxiliaryPressure:   0.000000
Twist:               0.000000
GenerationCount:     0
WillUpdateMask:      00000000
DidUpdateMask:       00000000
X:                   0.000000
Y:                   0.000000
Z:                   0.000000
TiltX:               0.000000
TiltY:               0.000000
ChildEvents:       
    -----------------------------------------------------------------------
    ValueType:           Absolute
    EventType:           Digitizer
    Flags:               0x80001
    DisplayIntegrated:   1
    TransducerType:      Finger
    TransducerIndex:     1
    Identity:            2
    EventMask:           3
    Events:              Range Touch    
    ButtonMask:          0
    Range:               0
    Touch:               0
    Pressure:            0.000000
    AuxiliaryPressure:   0.000000
    Twist:               0.000000
    GenerationCount:     0
    WillUpdateMask:      00000000
    DidUpdateMask:       00000000
    X:                   205.000000
    Y:                   393.000000
    Z:                   0.000000
    Quality:             1.000000
    Density:             1.000000
    Irregularity:        1.000000
    MajorRadius:         5.000000
    MinorRadius:         5.000000
    Accuracy:            0.000000
    -----------------------------------------------------------------------
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2016-07-08 11:32:25.404971 MyApp[28879:5438696] [Touch]    Event has 1 path infos
2016-07-08 11:32:25.405200 MyApp[28879:5438696] [Touch]    Processing path info at index: 0
2016-07-08 11:32:25.405422 MyApp[28879:5438696] [Touch] 0x7fbb6c321a50 Set altitude angle:  1.5708
2016-07-08 11:32:25.405694 MyApp[28879:5438696] [Touch]        Touch isTouching: 0 inRange: 0
2016-07-08 11:32:25.405936 MyApp[28879:5438696] [Touch]        Touch pressure: 0.000000
2016-07-08 11:32:25.406203 MyApp[28879:5438696] [Touch] Current touch count: 1
2016-07-08 11:32:25.406511 MyApp[28879:5438696] [Touch] Current touch count: 1
2016-07-08 11:32:25.406711 MyApp[28879:5438771] [HIDEvents] HID Event incoming:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Timestamp:           494187181354596
Total Latency:       85 us
 [1mSenderID:            0x30236E6565726353 NON KERNEL SENDER
 [0mBuiltIn:             0
AttributeDataLength: 48
AttributeData:       02 00 00 00 20 00 00 00 f7 10 c9 58 96 1a 4e 27 ac 29 1e 41 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ValueType:           Absolute
EventType:           Digitizer
Flags:               0x1
DisplayIntegrated:   0
TransducerType:      Hand
TransducerIndex:     0
Identity:            0
EventMask:           0
Events:             
ButtonMask:          0
Range:               0
Touch:               0
Pressure:            0.000000
AuxiliaryPressure:   0.000000
Twist:               0.000000
GenerationCount:     0
WillUpdateMask:      00000000
DidUpdateMask:       00000000
X:                   0.000000
Y:                   0.000000
Z:                   0.000000
TiltX:               0.000000
TiltY:               0.000000
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2016-07-08 11:32:25.406752 MyApp[28879:5438696] [Touch] New touch count: 0
2016-07-08 11:32:25.406971 MyApp[28879:5438696] [Touch] +++++++++++   Number of touches in new touch map: 0
2016-07-08 11:32:25.407174 MyApp[28879:5438771] [HIDEvents] HID Event sent to App:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Timestamp:           494187181354596
Total Latency:       641 us
 [1mSenderID:            0x30236E6565726353 NON KERNEL SENDER
 [0mBuiltIn:             0
AttributeDataLength: 48
AttributeData:       02 00 00 00 20 00 00 00 f7 10 c9 58 96 1a 4e 27 ac 29 1e 41 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ValueType:           Absolute
EventType:           Digitizer
Flags:               0x1
DisplayIntegrated:   0
TransducerType:      Hand
TransducerIndex:     0
Identity:            0
EventMask:           0
Events:             
ButtonMask:          0
Range:               0
Touch:               0
Pressure:            0.000000
AuxiliaryPressure:   0.000000
Twist:               0.000000
GenerationCount:     0
WillUpdateMask:      00000000
DidUpdateMask:       00000000
X:                   0.000000
Y:                   0.000000
Z:                   0.000000
TiltX:               0.000000
TiltY:               0.000000
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2016-07-08 11:32:25.407379 MyApp[28879:5438696] [Touch] Delivering event <UITouchesEvent: 0x6100000fe880> timestamp: 494187 touches: {(
    <UITouch: 0x7fbb6c321a50> phase: Ended tap count: 1 force: 0.000 window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>> view: <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>> location in window: {205, 393} previous location in window: {205, 393} location in view: {205, 393} previous location in view: {205, 393}
)}
2016-07-08 11:32:25.407811 MyApp[28879:5438696] [Touch]        Began touch count: 0
2016-07-08 11:32:25.408089 MyApp[28879:5438696] [Touch]        Moved touch count: 0
2016-07-08 11:32:25.408305 MyApp[28879:5438696] [Touch]        Ended touch count: 1
2016-07-08 11:32:25.408662 MyApp[28879:5438696] [Touch]        Calling touchesEnded:withEvent: on gesture: 0x61800019c2f0 (_UISystemGestureGateGestureRecognizer) with touches: {(
    <UITouch: 0x7fbb6c321a50> phase: Ended tap count: 1 force: 0.000 window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>> view: <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>> location in window: {205, 393} previous location in window: {205, 393} location in view: {205, 393} previous location in view: {205, 393}
)}
2016-07-08 11:32:25.408908 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c2f0>: -[UIGestureRecognizer _invalidateInitialTouchType]
2016-07-08 11:32:25.409161 MyApp[28879:5438696] [Touch]        Canceled touch count: 0
2016-07-08 11:32:25.409407 MyApp[28879:5438696] [Touch] UIWindow sendEvent:
2016-07-08 11:32:25.409678 MyApp[28879:5438696] [Touch]    views: {(
    <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>>
)}
2016-07-08 11:32:25.409923 MyApp[28879:5438696] [Touch]        Began touch count: 0
2016-07-08 11:32:25.410139 MyApp[28879:5438696] [Touch]        Moved touch count: 0
2016-07-08 11:32:25.410410 MyApp[28879:5438696] [Touch]        Ended touch count: 1
2016-07-08 11:32:25.410739 MyApp[28879:5438696] [Touch]        Calling touchesEnded:withEvent: on view: 0x7fbb6c05f780 (UIView) with touches: {(
    <UITouch: 0x7fbb6c321a50> phase: Ended tap count: 1 force: 0.000 window: <MyAppWindow: 0x7fbb6c1022d0; baseClass = UIWindow; frame = (0 0; 768 1024); gestureRecognizers = <NSArray: 0x618000058b40>; layer = <UIWindowLayer: 0x610000031ea0>> view: <UIView: 0x7fbb6c05f780; frame = (0 0; 320 1024); autoresize = W+H; layer = <CALayer: 0x610000234240>> location in window: {205, 393} previous location in window: {205, 393} location in view: {205, 393} previous location in view: {205, 393}
)}
2016-07-08 11:32:25.411031 MyApp[28879:5438696] [Touch]        Canceled touch count: 0
2016-07-08 11:32:25.411250 MyApp[28879:5438696] [Touch] Current touch count: 1
2016-07-08 11:32:25.411611 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c2f0>: Setting state to Failed
2016-07-08 11:32:25.411933 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c220>: Setting state to Failed
2016-07-08 11:32:25.412246 MyApp[28879:5438696] [GestureEnvironment] Queueing gesture for reset: <_UISystemGestureGateGestureRecognizer: 0x61800019c2f0>
2016-07-08 11:32:25.412483 MyApp[28879:5438696] [GestureEnvironment] Queueing gesture for reset: <_UISystemGestureGateGestureRecognizer: 0x61800019c220>
2016-07-08 11:32:25.412747 MyApp[28879:5438696] [GestureEnvironment] resetting gesture subGraph {(
    "<_UISystemGestureGateGestureRecognizer: 0x61800019c2f0>"
)}
2016-07-08 11:32:25.412981 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c2f0>: -[UIGestureRecognizer _invalidateInitialTouchType]
2016-07-08 11:32:25.413245 MyApp[28879:5438696] [GestureEnvironment] resetting gesture subGraph {(
    "<_UISystemGestureGateGestureRecognizer: 0x61800019c220>"
)}
2016-07-08 11:32:25.413448 MyApp[28879:5438696] [Gesture] <_UISystemGestureGateGestureRecognizer: 0x61800019c220>: -[UIGestureRecognizer _invalidateInitialTouchType]

Yeah this is pretty annoying. I don't know a way to turn it off. So the only thing you can do is to file a bugreport and hope beta 3 will be less chatty.


Dirk

iOS 10 Beta 2: Lot's of logging messages from Apple frameworks
 
 
Q