fix: logger toggle bug

closes #669
This commit is contained in:
Zane Schepke
2025-04-11 21:06:47 -04:00
parent c6bacf8e15
commit a6e559ecec
11 changed files with 53 additions and 25 deletions
@@ -62,6 +62,7 @@ class LogcatManager(pid: Int, logDir: String, maxFileSize: Long, maxFolderSize:
logJob?.cancel()
logcatReader.stop()
fileManager.close()
_bufferedLogs.resetReplayCache()
isStarted = false
}