NodeTester: use libminising.so instead of libsingbox.so for speed test helper
This commit is contained in:
@@ -40,7 +40,7 @@ object NodeTester {
|
||||
if (nodes.isEmpty()) return
|
||||
|
||||
val configFile = generateHelperConfig(ctx, nodes)
|
||||
val singBoxPath = ctx.applicationInfo.nativeLibraryDir + "/libsingbox.so"
|
||||
val singBoxPath = ctx.applicationInfo.nativeLibraryDir + "/libminising.so"
|
||||
val logFile = ctx.filesDir.absolutePath + "/sing-box-helper.log"
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user