Fixes for android and wg

This commit is contained in:
pokamest 2021-10-01 12:18:48 -07:00
parent b8e35ed66c
commit edbfcda197
4 changed files with 13 additions and 13 deletions

View file

@ -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")
}
}