增强守护进程护航能力。

This commit is contained in:
2025-12-13 11:39:24 +08:00
parent c26f267774
commit 9cc211ec51
2 changed files with 3 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat Dec 13 03:34:07 GMT 2025
#Sat Dec 13 03:37:48 GMT 2025
stageCount=1
libraryProject=
baseVersion=15.12
publishVersion=15.12.0
buildCount=80
buildCount=81
baseBetaVersion=15.12.1

View File

@@ -94,13 +94,7 @@ public class AssistantService extends Service {
reloadMainServiceConfig();
if (mMainServiceBean != null && mMainServiceBean.isEnable()) {
LogUtils.d(TAG, "MyServiceConnection.onServiceDisconnected: 延迟重试绑定主服务");
// Java 7 匿名 Runnable 替代 Lambda
new Handler(Looper.getMainLooper()).postDelayed(new Runnable() {
@Override
public void run() {
wakeupAndBindMain();
}
}, RETRY_DELAY_MS);
wakeupAndBindMain();
}
}
}