Xcode 8更新后的 Log总是打印许多网络相关的日志

Xcode 8更新后的  Log总是打印许多网络相关的日志

参考来源:http://blog.csdn.net/cool_bear_xx/article/details/52587104

 
common+/ 不能注释了

这个是因为苹果解决xcode ghost。把插件屏蔽了。解决方法
命令运行: sudo /usr/libexec/xpccachectl
然后必须重启电脑后生效

 
 
[html] view plain copy
 
 
 
 print?
  1. [] -[NWConcrete_tcp_connection dealloc] 11  
  2. [] nw_socket_handle_socket_event Event mask: 0x4  
  3. [] nw_socket_handle_socket_event Socket received WRITE_CLOSE event  
  4. [] nw_socket_handle_socket_event Event mask: 0x4  
  5. [] nw_socket_handle_socket_event Socket received WRITE_CLOSE event] tcp_connection_cancel 5  
  6. [] nw_socket_handle_socket_event Event mask: 0x4] nw_socket_handle_socket_event Socket received WRITE_CLOSE event  
  7. [] nw_endpoint_handler_cancel [5 192.168.2.51:1999 ready proxy (satisfied)]] -[NWConcrete_nw_endpoint_proxy cancelWithHandler:forced:] [5 192.168.2.51:1999 cancelled proxy (null)]] nw_endpoint_handler_cancel [5.1 192.168.2.51:1999 ready socket-flow (satisfied)]  
  8. [] nw_endpoint_flow_protocol_disconnected [5.1 192.168.2.51:1999 cancelled socket-flow (null)] Output protocol disconnected  
  9. [] nw_endpoint_handler_cancel [5.2 192.168.2.51:1999 initial path (null)]  
  10. [] -[NWConcrete_tcp_connection dealloc] 5  

 

 

这些日志给我们使用Log的方法来调试带来很大困扰,解决办法:

第一步:

第二步:

第三步:

添加参数:

Name :OS_ACTIVITY_MODE 

Value :  disable

posted on 2017-02-13 15:56  yuzx  阅读(419)  评论(0编辑  收藏  举报

导航