收起左侧

Android Studio的编译apk文件不同步

4
回复
82
查看
[ 复制链接 ]

4

主题

6

回帖

0

牛值

江湖小虾

2025-12-12 09:43:18 显示全部楼层 阅读模式

设备环境:

  • 设备类型:物理机(Windows 11 专业版)
  • 操作系统:Windows 11 专业版 23H2(版本号 22631.4751)
  • 处理器:13th Gen Intel(R) Core(TM) i7-13700H @ 2.40 GHz
  • 内存:32.0 GB RAM
  • 飞牛NAS系统:FnOS(Linux 系统,运行于 NAS 设备)
  • 网络环境:局域网直连(同内网)

BUG现象:
在使用“飞牛同步”应用将本地 Windows 电脑上的 Android Studio 生成的 release 目录中的 APK 文件同步至飞牛NAS时,出现以下异常行为:

正常情况:当对项目进行代码修改有新增项目文件并重新编译后,生成新的 APK 文件(文件大小变化、时间戳更新),同步任务能自动触发并成功上传。

异常情况:当仅修改逻辑代码、重新打包生成新 APK(如:app-release.apk 大小增加,但文件名变化、路径不变),即使文件已更新且时间戳改变,飞牛同步 不会自动检测到变更不触发同步

⚠️ 解决方式:需手动关闭“同步任务”再重新启动,才能触发同步,否则新 APK 无法上传至 NAS。

此问题导致开发过程中频繁需要人工干预,严重影响自动化流程效率。


出现频率:
必现(每次仅修改逻辑、重新打包生成 APK 时均复现)


联系方式:
可通过飞牛社区昵称联系:XuJoe

我描述现象 AI写的怎么加社区群 可详细反馈 或者远程复现

收藏
送赞
分享

4

主题

6

回帖

0

牛值

江湖小虾

2025-12-12 10:09:08 楼主 显示全部楼层

image.png

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

4

主题

6

回帖

0

牛值

江湖小虾

2025-12-12 10:11:55 楼主 显示全部楼层

[2025-12-12][09:11:11][INFO][fn_sync_client_lib::connect::nas_client] 连接 2 已关闭
[2025-12-12][09:15:54][INFO][fnsync_rs::files::fnotify] refresh token: reqid: 15, action: CtlAction(15, RefreshToken)
[2025-12-12][09:15:54][INFO][fnsync_rs::files::fnotify] send ctl message: CtlAction(15, RefreshToken)-15
[2025-12-12][09:15:54][INFO][fnsync_rs::files::fnotify] recieved CtlAction message: 15-RefreshTokenResp: true
[2025-12-12][09:20:54][INFO][fnsync_rs::files::fnotify] refresh token: reqid: 16, action: CtlAction(16, RefreshToken)
[2025-12-12][09:20:54][INFO][fnsync_rs::files::fnotify] send ctl message: CtlAction(16, RefreshToken)-16
[2025-12-12][09:20:54][INFO][fnsync_rs::files::fnotify] recieved CtlAction message: 16-RefreshTokenResp: true
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #1: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\output-metadata.json"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 1): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\output-metadata.json"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #2: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212090627.dm"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 2): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212090627.dm"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #3: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 3): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #4: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 4): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #5: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212090627.dm"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 5): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212090627.dm"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #6: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 6): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #7: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 7): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #8: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 8): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #9: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 9): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #10: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212090627.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 10): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212090627.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #11: kind=Create(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 11): kind=Create(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #12: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 12): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #13: kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 13): kind=Remove(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #14: kind=Create(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 14): kind=Create(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #15: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 15): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #16: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 16): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #17: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 17): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #18: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 18): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] 📨 接收到事件 #19: kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 19): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk"]
[2025-12-12][09:23:42][INFO][watcher] ✅ 事件已添加到缓冲区 (buffer size: 33): kind=Modify(Any), paths=["D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0"]
[2025-12-12][09:23:42][INFO][watcher] 🔄 开始处理事件批次 - 缓冲区包含 33 个事件记录
[2025-12-12][09:23:42][INFO][watcher] 📊 [Windows] 事件收集完成,收集耗时: 0.355秒,批次事件数: 33
[2025-12-12][09:23:42][INFO][watcher] 🧠 启动事件分析任务 (Windows 平台) - 33 个事件记录
[2025-12-12][09:23:42][INFO][watcher] 🔍 [Windows] 开始事件分析 - 33 个事件记录
[2025-12-12][09:23:42][INFO][watcher] 🏷️ [Windows] 开始平台特定的事件分类...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔍 [Windows] [2025-12-12 09:23:42.488] 事件分析开始 - 共收到 33 个事件记录
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 📊 [Windows] 事件类型统计: {"Modify": 17, "Remove": 8, "Create": 8}
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 开始分析重命名模式...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 📊 [Windows] 重命名分析统计 - Create事件: 8, Remove事件: 8, Name(From)事件: 0, Name(To)事件: 0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 未找到Name事件对,尝试Remove+Create重命名检测...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✏️ [Windows] 过滤相同路径Remove+Create(内容修改): D:\Android\AllProjects\JustPlaying\app\release\output-metadata.json
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✏️ [Windows] 过滤相同路径Remove+Create(内容修改): D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✏️ [Windows] 过滤相同路径Remove+Create(内容修改): D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✏️ [Windows] 过滤相同路径Remove+Create(内容修改): D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✏️ [Windows] 过滤相同路径Remove+Create(内容修改): D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 检测到重命名操作:
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 从: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212090627.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 到: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 检测到重命名操作:
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 从: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212090627.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 到: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 重命名检测完成,识别到 2 个重命名操作
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 重命名检测耗时: 0.000秒, 识别操作: 2
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 📦 [Windows] 开始分析移动操作...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 📊 [Windows] 移动分析统计 - Create事件: 0, Remove事件: 1, Name(From)事件: 0, Name(To)事件: 0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 未找到Name事件移动,尝试Remove+Create移动检测...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 移动检测完成,识别到 0 个顶层移动操作
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 📦 [Windows] 移动检测耗时: 0.000秒, 识别操作: 0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🗑️ [Windows] 开始分析删除操作...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 确认删除操作: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212090627.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 删除检测完成,识别到 1 个顶层删除操作
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🗑️ [Windows] 删除检测耗时: 0.000秒, 识别操作: 1
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🎆 [Windows] 开始分析创建操作...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\output-metadata.json
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏳ [Windows] 等待 0 个创建检测异步任务完成...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 所有创建检测异步任务已完成,等待耗时: 0.000秒
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 启动延迟处理任务,队列大小: 0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 延迟队列已清空,任务完成
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🏁 [Windows] 延迟处理任务完成,总耗时: 0.000秒,重试次数: 0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 创建检测完成,识别到 0 个创建操作
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🎆 [Windows] 创建检测耗时: 0.000秒, 识别操作: 0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✏️ [Windows] 开始分析修改操作...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212092210.apk
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\output-metadata.json
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏭️ [Windows] 跳过已处理的路径: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ⏳ [Windows] 等待 0 个修改检测异步任务完成...
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 所有修改检测异步任务已完成,等待耗时: 0.000秒
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✅ [Windows] 修改检测完成,识别到 0 个文件修改操作
[2025-12-12][09:23:42][INFO][watcher::platform::windows] ✏️ [Windows] 修改检测耗时: 0.000秒, 识别操作: 0
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 📊 [Windows] [2025-12-12 09:23:42.489] 事件分析完成,识别到 3 个文件系统操作,总耗时: 0.001秒
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 📈 [Windows] 最终操作统计: {"Rename": 2, "Delete": 1}
[2025-12-12][09:23:42][INFO][watcher::platform::windows] 🔄 [Windows] 已处理路径数量: 9, 性能统计:
[2025-12-12][09:23:42][INFO][watcher::platform::windows] **─ 重命名检测: 0.000秒
[2025-12-12][09:23:42][INFO][watcher::platform::windows] **─ 移动检测: 0.000秒
[2025-12-12][09:23:42][INFO][watcher::platform::windows] **─ 删除检测: 0.000秒
[2025-12-12][09:23:42][INFO][watcher::platform::windows] **─ 创建检测: 0.000秒
[2025-12-12][09:23:42][INFO][watcher::platform::windows] **─ 修改检测: 0.000秒
[2025-12-12][09:23:42][INFO][watcher] 📊 [Windows] 事件分类完成 - 识别到 3 个文件系统操作,耗时: 0.001秒
[2025-12-12][09:23:42][INFO][watcher] 📤 [Windows] 执行回调函数 - 3 个操作
[2025-12-12][09:23:42][INFO][watcher] 📈 [Windows] 操作统计: {"Delete": 1, "Rename": 2}
[2025-12-12][09:23:42][INFO][watcher] 🧹 [Windows] 事件记录缓存已清理
[2025-12-12][09:23:42][INFO][watcher] ✅ [Windows] 事件分析完成,处理耗时: 0.001秒
[2025-12-12][09:23:42][INFO][watcher] 🚀 [Windows] 开始执行异步回调...
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::watch] 本地事件总数: 3
[2025-12-12][09:23:42][INFO][watcher] ✅ [Windows] 回调执行完成,耗时: 0.000秒
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] 执行任务ID 2 的状态重置
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::watch] 文件被规则过滤: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\0\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm, 原因: Some("文件大小小于最小限制size(6444)rule(30720)")
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::watch] 文件被规则过滤: D:\Android\AllProjects\JustPlaying\app\release\baselineProfiles\1\com.xxxxx.JustPlaying_v2.6.4_20251212092210.dm, 原因: Some("文件大小小于最小限制size(6412)rule(30720)")
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] LocalFileChange事件类型: remove, 使用微任务通道
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] 任务ID 2 收到微任务: ID=a6c210d5-fcce-4cbf-acd5-dc2c4dd8b9bb, 类型=LocalFileChange { task_id: 2, file_path: "D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212090627.apk", event_type: "remove" }
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] 处理本地文件变更: 2 -> D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212090627.apk
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] 任务ID 2 状态变为: Syncing
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::file_delete] 开始文件删除: D:\Android\AllProjects\JustPlaying\app\release\com.xxxxx.JustPlaying_v2.6.4_20251212090627.apk
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::file_delete] delete node: Some(Node { id: 7, name: "com.xxxxx.JustPlaying_v2.6.4_20251212090627.apk", is_dir: false, metadata: Metadata { remote_size: 0, local_size: 6117857, remote_modified: 1765501677, local_modified: 1765501677, remote_has: true, local_has: false } })
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::file_delete] 不是双向同步,忽略删除事件
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] 任务ID 2 处理完成,耗时: 3.463ms
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] 任务ID 2 微任务处理完成
[2025-12-12][09:23:42][INFO][fn_sync_client_lib::tasks::tasks_manager] 任务ID 2 状态变为: Completed
[2025-12-12][09:24:36][WARN][tao::platform_impl::platform::event_loop::runner] NewEvents emitted without explicit RedrawEventsCleared
[2025-12-12][09:24:36][WARN][tao::platform_impl::platform::event_loop::runner] RedrawEventsCleared emitted without explicit MainEventsCleared
[2025-12-12][09:25:00][WARN][tao::platform_impl::platform::event_loop::runner] NewEvents emitted without explicit RedrawEventsCleared
[2025-12-12][09:25:00][WARN][tao::platform_impl::platform::event_loop::runner] RedrawEventsCleared emitted without explicit MainEventsCleared
[2025-12-12][09:25:03][WARN][tao::platform_impl::platform::event_loop::runner] NewEvents emitted without explicit RedrawEventsCleared
[2025-12-12][09:25:03][WARN][tao::platform_impl::platform::event_loop::runner] RedrawEventsCleared emitted without explicit MainEventsCleared
[2025-12-12][09:25:19][INFO][fnsync_rs::tasks::task] sync_close, op_hash: 15775300530010940074
[2025-12-12][09:25:19][INFO][fn_sync_client_lib::tasks::tasks_manager] 关闭任务成功
[2025-12-12][09:25:19][INFO][fn_sync_client_lib::tasks::tasks_manager] 已从任务池中移除任务ID 2

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

169

主题

1万

回帖

0

牛值

管理员

fnOS1.0上线纪念勋章

已收到反馈 我转给负责的同事看看

52

主题

67

回帖

0

牛值

fnOS系统内测组

用syncthing吧

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则