Add unit test for VectorFileLogger
This commit is contained in:
parent
f7694860cd
commit
f4ec6e3e6f
2 changed files with 59 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class VectorFileLogger(
|
|||
*
|
||||
* @return The list of files with logs.
|
||||
*/
|
||||
fun getLogFiles(): List<File> {
|
||||
private fun getLogFiles(): List<File> {
|
||||
return tryOrNull(
|
||||
onError = { Timber.e(it, "## getLogFiles() failed") }
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue