mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 20:37:40 +03:00
Update dependencies
This commit is contained in:
parent
0ca5e1c648
commit
a86c0655c4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class BoxService(
|
||||||
baseDir.mkdirs()
|
baseDir.mkdirs()
|
||||||
val tempDir = Application.application.cacheDir
|
val tempDir = Application.application.cacheDir
|
||||||
tempDir.mkdirs()
|
tempDir.mkdirs()
|
||||||
Libbox.setup(baseDir.path, tempDir.path, -1, -1)
|
Libbox.setup(baseDir.path, tempDir.path)
|
||||||
Libbox.redirectStderr(File(baseDir, "stderr.log").path)
|
Libbox.redirectStderr(File(baseDir, "stderr.log").path)
|
||||||
initializeOnce = true
|
initializeOnce = true
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue