Fixes for android and wg
This commit is contained in:
parent
b8e35ed66c
commit
edbfcda197
4 changed files with 13 additions and 13 deletions
|
@ -66,7 +66,7 @@ class Log {
|
|||
}
|
||||
}
|
||||
private fun write(message: String) {
|
||||
LocalDateTime.now()
|
||||
file.appendText("[${LocalDateTime.now()}] $message \n")
|
||||
//LocalDateTime.now()
|
||||
//file.appendText("[${LocalDateTime.now()}] $message \n")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue