Skip to content

Commit 1258ce0

Browse files
2dustAnGgIt886
authored andcommitted
Fix logcat
1 parent e14e531 commit 1258ce0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/kotlin/com/neko/v2ray/util/PluginUtil.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import android.os.SystemClock
55
import android.util.Log
66
import com.google.gson.Gson
77
import com.neko.v2ray.AppConfig
8+
import com.neko.v2ray.AppConfig.ANG_PACKAGE
89
import com.neko.v2ray.dto.EConfigType
910
import com.neko.v2ray.dto.ServerConfig
1011
import com.neko.v2ray.util.MmkvManager.settingsStorage
@@ -17,7 +18,7 @@ import java.io.File
1718
object PluginUtil {
1819
//private const val HYSTERIA2 = "hysteria2-plugin"
1920
private const val HYSTERIA2 = "libhysteria2.so"
20-
private const val packageName = "PluginUtil"
21+
private const val packageName = ANG_PACKAGE
2122
private lateinit var process: Process
2223

2324
// fun initPlugin(name: String): PluginManager.InitResult {

0 commit comments

Comments
 (0)