script/关闭hilog.bat
2025-05-14 14:22:54 +08:00

9 lines
114 B
Batchfile

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