关闭hilog

This commit is contained in:
wangzhongjie 2025-05-14 14:22:54 +08:00
parent 45f1143122
commit 1076955981

9
关闭hilog.bat Normal file
View File

@ -0,0 +1,9 @@
@echo off
set TOOLCHAIN_PATH=.\win
cd %TOOLCHAIN_PATH%
.\hdc.exe shell hilog -w stop
echo "all success!"
pause