Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Fix logcat
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust authored and AnGgIt86 committed Sep 29, 2024
1 parent e14e531 commit 1258ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/kotlin/com/neko/v2ray/util/PluginUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import android.os.SystemClock
import android.util.Log
import com.google.gson.Gson
import com.neko.v2ray.AppConfig
import com.neko.v2ray.AppConfig.ANG_PACKAGE
import com.neko.v2ray.dto.EConfigType
import com.neko.v2ray.dto.ServerConfig
import com.neko.v2ray.util.MmkvManager.settingsStorage
Expand All @@ -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 {
Expand Down

0 comments on commit 1258ce0

Please sign in to comment.