各位xd,请问为什么,我在搜索日志文件中的一条信息时,使用控制台可以找到他,但是使用log命令时始终无法输出结果,即使是转换搜索关键词也无济于事,请不要用chatgpt灌水qaq命令:log show system_logs.logarchive --predicate 'process contains "sharingd" && eventMessage contains "Initialized with initial information"'
收起
log show system_logs.logarchive --predicate 'process contains "sharingd" && eventMessage contains "Initialized with initial information"'
这个命令看起来是正确的,但有时候log命令可能无法找到你想要的信息。可能是因为log命令的搜索限制或者其他原因导致无法输出结果。建议你尝试使用其他方法来查找日志信息,比如直接在日志文件中查找或者使用其他工具来进行搜索。
报告相同问题?