mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
build: fix release building
This commit is contained in:
@@ -57,6 +57,7 @@ class LogcatManager(pid: Int, logDir: String, maxFileSize: Long, maxFolderSize:
|
||||
isStarted = true
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalCoroutinesApi::class)
|
||||
override fun stop() {
|
||||
if (!isStarted) return
|
||||
logJob?.cancel()
|
||||
|
||||
Reference in New Issue
Block a user