Change log file extension to .txt (#1449)
This commit is contained in:
parent
9f110f9db8
commit
80e585fa91
@ -328,7 +328,7 @@ class App : Application(), DefaultLifecycleObserver, SingletonImageLoader.Factor
|
||||
return super.generateFileName(
|
||||
logLevel,
|
||||
timestamp,
|
||||
) + "-${BuildConfig.BUILD_TYPE}.log"
|
||||
) + "-${BuildConfig.BUILD_TYPE}.txt"
|
||||
}
|
||||
}
|
||||
flattener { timeMillis, level, tag, message ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user