diff --git a/关闭hilog.bat b/关闭hilog.bat new file mode 100644 index 0000000..fce0e5d --- /dev/null +++ b/关闭hilog.bat @@ -0,0 +1,9 @@ +@echo off + +set TOOLCHAIN_PATH=.\win + +cd %TOOLCHAIN_PATH% +.\hdc.exe shell hilog -w stop + +echo "all success!" +pause \ No newline at end of file