Files
flomo-ai/flomo-ai/view_logs.bat
xiaji b4908fcc2d feat: 包含 Kotlin 原始代码和 Rust Windows 桌面版
- flomo-ai/: Android Kotlin 原始项目
- flomo-ai-desktop/: Rust + egui Windows 桌面移植版
  - LLM API 调用、提示词管理、主题切换、配置持久化
  - MinGW 工具链编译,无控制台窗口
2026-04-04 17:32:49 +08:00

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:*