添加windows下命令
This commit is contained in:
parent
66303429e3
commit
4a8e0de884
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