mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +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()
|
||||
val tempDir = Application.application.cacheDir
|
||||
tempDir.mkdirs()
|
||||
Libbox.setup(baseDir.path, tempDir.path, -1, -1)
|
||||
Libbox.setup(baseDir.path, tempDir.path)
|
||||
Libbox.redirectStderr(File(baseDir, "stderr.log").path)
|
||||
initializeOnce = true
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue