mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Temporarily disable file log (#380)
Temporary solution to the problem of stopping working in the background
This commit is contained in:
parent
d6c5a9a7c2
commit
d46f5fb73e
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ fun buildLogWritersToAdd(
|
|||
) = buildList {
|
||||
if (!BuildConfig.DEBUG) add(CrashlyticsLogWriter())
|
||||
|
||||
if (logPath != null && !BuildConfig.DEBUG) add(RollingUniFileLogWriter(logPath = logPath, isVerbose = isVerbose))
|
||||
// if (logPath != null && !BuildConfig.DEBUG) add(RollingUniFileLogWriter(logPath = logPath, isVerbose = isVerbose))
|
||||
}
|
||||
|
||||
private const val ACTION_DISABLE_INCOGNITO_MODE = "tachi.action.DISABLE_INCOGNITO_MODE"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue