Let the SDK manage the file log cleanup, and keep one week of log.
This commit is contained in:
parent
76cedafeb7
commit
9f2e8d44ce
7 changed files with 23 additions and 47 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue