如何在不截断iOS的情况下查看“日志流”日志消息

时间:2019-08-06 07:46:16

标签: ios swift logging macos-high-sierra

我正在尝试使用log steam从ios模拟器获取日志,但是对于冗长的日志,日志会被<...>截断

根据文档https://developer.apple.com/documentation/os/logging,实时流日志不应被截断。我已经尝试了所有日志级别,但日志仍被截断。

这就是我正在使用的:log stream --style=json --predicate 'processImagePath endswith "myapp"' --level=debug

1 个答案:

答案 0 :(得分:-1)

我建议您使用 CocoaLumberjack

它具有许多日志记录功能,可以帮助您解决方案。