Merge branch 'main' of http://88.22.24.105:3000/harmony_car/script
This commit is contained in:
commit
16cd577889
13
下载轨迹.bat
Normal file
13
下载轨迹.bat
Normal 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
19
打开hilog.bat
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user