diff --git a/下载轨迹.bat b/下载轨迹.bat new file mode 100644 index 0000000..4c40086 --- /dev/null +++ b/下载轨迹.bat @@ -0,0 +1,13 @@ +@echo off + +set TOOLCHAIN_PATH=.\win +set DOWNLOAD_PATH=..\logs + +@REM 切换到工具链目录 +cd %TOOLCHAIN_PATH% + +.\hdc.exe file recv /mnt/hmdfs/100/account/device_view/local/files/duolun/logs %DOWNLOAD_PATH% + +echo "操作完成" + +pause \ No newline at end of file diff --git a/打开hilog.bat b/打开hilog.bat new file mode 100644 index 0000000..f653e0a --- /dev/null +++ b/打开hilog.bat @@ -0,0 +1,19 @@ +@echo off + +set TOOLCHAIN_PATH=.\win + +@REM 切换到工具链目录 +cd %TOOLCHAIN_PATH% + +.\hdc.exe kill +.\hdc.exe shell hilog -w stop +.\hdc.exe shell hilog -r +.\hdc.exe shell hilog -w start -l 100M -m none +.\hdc.exe shell hilog -Q pidoff +.\hdc.exe shell hilog -p off +.\hdc.exe shell hilog -b D +.\hdc.exe shell hilog -w start -t kmsg -m none + +echo "操作完成" + +pause \ No newline at end of file