build: fix release building

This commit is contained in:
Zane Schepke
2025-04-17 05:02:43 -04:00
parent d7741c37c5
commit 9b2d4a3fb5
6 changed files with 5 additions and 4 deletions
@@ -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()