zoukankan      html  css  js  c++  java
  • Xcode 9 打印信息解决

    Xcode 9 打印信息解决

    • 打印信息 1
    nw_proxy_resolver_create_parsed_array PAC evaluation error: kCFErrorDomainCFNetwork: 308
    nw_proxy_resolver_create_parsed_array PAC evaluation error: NSURLErrorDomain: -1004
    解决办法:系统偏好设置-->网络-->高级-->代理,然后关闭自动代理ok了
    
    • 打印信息 2
    Could not successfully update network info during initialization.
    
    • 打印信息 3
    Lazy loading NSBundle MobileCoreServices.framework,
    
    Loaded MobileCoreServices.framework,
    
    System group container for systemgroup.com.apple.configurationprofiles path is /Users/develop/Library/Developer/CoreSimulator/Devices/083C0102-C85F-463A-96F4-CA1B9AC7919D/data/Containers/Shared/SystemGroup/ systemgroup.com.apple.configurationprofiles
    
    • 打印信息 4
     refreshPreferences: HangTracerEnabled: 0
    2017-12-06 09:25:23.310377+0800 LeYingTong[35666:5979681] refreshPreferences: HangTracerDuration: 500
    2017-12-06 09:25:23.310396+0800 LeYingTong[35666:5979681] refreshPreferences: ActivationLoggingEnabled: 0 ActivationLoggingTaskedOffByDA:0
    

    此方法不是最终解决办法,能屏蔽所有打印。
  • 相关阅读:
    进程间通信之数据共享--共享内存
    进程间通信之分工协作-信号灯
    进程间通信之分工协作--锁
    进程间通信之事件通知--信号
    进程间通信之数据传输--Socket
    c++模板特化
    DAG模型:嵌套矩形
    数字三角形
    c柔性数组结构成员
    模板
  • 原文地址:https://www.cnblogs.com/ShaoYinling/p/7991140.html
Copyright © 2011-2022 走看看