Files
flomo-ai/view_logs.bat

11 lines
213 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
echo 正在清除旧日志...
adb logcat -c
echo.
echo 正在启动日志监控MainActivity 和 SecondActivity...
echo 按 Ctrl+C 停止监控
echo.
adb logcat -s MainActivity:* SecondActivity:*