mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-14 02:08:28 +03:00
Change restore error log extension to txt
This commit is contained in:
parent
a5d9fb518a
commit
bb064a1ba7
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class BackupRestoreService : Service() {
|
|||
private fun writeErrorLog(): File {
|
||||
try {
|
||||
if (errors.isNotEmpty()) {
|
||||
val destFile = File(externalCacheDir, "tachiyomi_restore.log")
|
||||
val destFile = File(externalCacheDir, "tachiyomi_restore.txt")
|
||||
val sdf = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.getDefault())
|
||||
|
||||
destFile.bufferedWriter().use { out ->
|
||||
|
|
Loading…
Add table
Reference in a new issue