美文网首页
已知Xcode Environment Variables

已知Xcode Environment Variables

作者: CodingTom | 来源:发表于2021-08-03 14:08 被阅读0次

屏蔽OS_ACTIVITY_MODE log

Edit Scheme -> Run -> Arguments 
在 Environment Variables 里边添加 OS_ACTIVITY_MODE = disable

已知Environment Variables

Variable Value 描述
DYLD_PRINT_STATISTICSYES YES 打印启动时间耗时
DYLD_PRINT_STATISTICS_DETAILS YES 打印启动时间耗时详情
OS_ACTIVITY_MODE disable 屏蔽系统无用log

数据参考

https://developer.apple.com/library/archive/technotes/tn2239/_index.html#//apple_ref/doc/uid/DTS40010638

https://developer.apple.com/library/archive/technotes/tn2124/_index.html

相关文章

网友评论

      本文标题:已知Xcode Environment Variables

      本文链接:https://www.haomeiwen.com/subject/loqevltx.html