Let the SDK manage the file log cleanup, and keep one week of log.

This commit is contained in:
Benoit Marty 2024-04-26 12:28:24 +02:00
parent 76cedafeb7
commit 9f2e8d44ce
7 changed files with 23 additions and 47 deletions

View file

@ -38,11 +38,6 @@ interface BugReporter {
listener: BugReporterListener?
)
/**
* Clean the log files if needed to avoid wasting disk space.
*/
fun cleanLogDirectoryIfNeeded()
/**
* Provide the log directory.
*/