Fix logcat

This commit is contained in:
2dust
2024-09-27 14:23:08 +08:00
parent 3045f7000e
commit e41235f76b

View File

@@ -5,6 +5,7 @@ import android.os.SystemClock
import android.util.Log
import com.google.gson.Gson
import com.v2ray.ang.AppConfig
import com.v2ray.ang.AppConfig.ANG_PACKAGE
import com.v2ray.ang.dto.EConfigType
import com.v2ray.ang.dto.ServerConfig
import com.v2ray.ang.util.MmkvManager.settingsStorage
@@ -17,7 +18,7 @@ import java.io.File
object PluginUtil {
//private const val HYSTERIA2 = "hysteria2-plugin"
private const val HYSTERIA2 = "libhysteria2.so"
private const val packageName = "PluginUtil"
private const val packageName = ANG_PACKAGE
private lateinit var process: Process
// fun initPlugin(name: String): PluginManager.InitResult {