This commit is contained in:
wangzhongjie 2025-04-16 14:24:50 +08:00
commit 16cd577889
2 changed files with 32 additions and 0 deletions

13
下载轨迹.bat Normal file
View File

@ -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

19
打开hilog.bat Normal file
View File

@ -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