script/打开hilog.bat

16 lines
336 B
Batchfile
Raw Normal View History

2025-01-22 11:12:20 +08:00
@echo off
set TOOLCHAIN_PATH=.\win
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
2025-05-08 09:51:03 +08:00
echo "all success!"
2025-01-22 11:12:20 +08:00
pause