Skip to content

Commit

Permalink
fix a endless loop
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Dec 11, 2020
1 parent 97ef98b commit c7982dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ open class FileLoggingTree(externalCacheDir: File, context: Context? = null, fil
}
}

super.log(priority, tag, message, t)
super.logMessage(priority, tag, message, t, args)
}

fun getFileName(): String = file.absolutePath
Expand Down

0 comments on commit c7982dd

Please sign in to comment.