feat: Telegram 双通道抓取、PC 调试台与 Hook 后台转发修复
v2.2.1 更新说明: - 新增 xposed-module(Telegram/微信/SQLite Hook),双 APK + LSPosed 作用域 - HookMessageReceiver 后台直接 DebugForwarder + goAsync,修复 notiMessage 退后台丢消息 - MessageLogStore 日志持久化;AppConfig 调试/上传开关;PC 调试台 debug-server - 健康检查去掉联网限制;通知/Hook 通道增加诊断日志 - 安装脚本 install-full/configure-lsposed/start-debug-server;文档 CHANGELOG + HOOK_GUIDE
This commit is contained in:
@@ -178,6 +178,11 @@ public class RetryManager {
|
||||
return failedCount;
|
||||
}
|
||||
|
||||
/** 本地监听模式下仅累计抓取条数,不上传服务器 */
|
||||
public void recordLocalCapture() {
|
||||
incrementTotalCount();
|
||||
}
|
||||
|
||||
private void incrementTotalCount() {
|
||||
totalCount++;
|
||||
sharedPreferences.edit()
|
||||
|
||||
Reference in New Issue
Block a user