【发布时间】:2019-12-13 17:23:23
【问题描述】:
我正在尝试使用 log steam 从 ios 模拟器获取日志,但对于冗长的日志,日志会被 <...> 截断
根据文档https://developer.apple.com/documentation/os/logging,不应截断实时流日志。我尝试了所有日志级别,但日志仍然被截断。
这就是我正在使用的:log stream --style=json --predicate 'processImagePath endswith "myapp"' --level=debug
【问题讨论】:
标签: ios swift logging macos-high-sierra