我正在尝试使用log steam从ios模拟器获取日志,但是对于较长的日志,日志会被<...>截断
根据文档https://developer.apple.com/documentation/os/logging,实时流日志不应被截断。我已经尝试了所有的日志级别,但日志仍然被截断。
这就是我正在使用的:log stream --style=json --predicate 'processImagePath endswith "myapp"' --level=debug
发布于 2019-08-06 15:57:15
我建议你使用
它有很多日志功能,可以帮助您的场景。
https://stackoverflow.com/questions/57371254
复制相似问题