We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述:
在使用hdc工具通过命令行获取指定进程的日志输出时,发现指定进程pid仍有大量日志输出(例如,进程ID为17501的demo程序),仍然会输出大量的日志信息。这一行为与预期不符。
hdc
环境:
重现步骤:
hdc -t 127.0.0.1:5555 hilog --pid=17501
--pid
hdc -t 127.0.0.1:5555 hilog
期望结果: 当指定获取特定进程(如PID为17501的demo程序)的日志时,应当只显示该进程产生的日志信息,且由于该程序性质简单,理论上应仅有少量或没有日志输出。
实际结果: 无论是通过指定进程ID还是未指定进程ID的方式获取日志,都输出了大量与预期不符的日志信息。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述:
在使用
hdc
工具通过命令行获取指定进程的日志输出时,发现指定进程pid仍有大量日志输出(例如,进程ID为17501的demo程序),仍然会输出大量的日志信息。这一行为与预期不符。环境:
重现步骤:
--pid
参数的命令:期望结果:
当指定获取特定进程(如PID为17501的demo程序)的日志时,应当只显示该进程产生的日志信息,且由于该程序性质简单,理论上应仅有少量或没有日志输出。
实际结果:
无论是通过指定进程ID还是未指定进程ID的方式获取日志,都输出了大量与预期不符的日志信息。
The text was updated successfully, but these errors were encountered: