[6.6.0] fit bailing func

This commit is contained in:
EmArrow
2024-08-29 21:37:51 +08:00
parent 5abf65298e
commit bf40e5db07
12 changed files with 42 additions and 53 deletions

View File

@@ -92,9 +92,7 @@ class HttpDnsStartUp : AndroidStartup<Boolean>(), IMoGoCloudListener {
}
override fun create(context: Context): Boolean {
if (!ProcessUtils.isMainProcess()) {
return true
}
CallerLogger.d("$M_MAIN$TAG", "httpDns start up")
this.context = context
initGDLoc()
preparePassportEnvironment()