Merge pull request #1969 from vector-im/feature/bma/rageshakeTraceConfig

Feature/bma/rageshake trace config
This commit is contained in:
Benoit Marty 2023-12-11 14:58:46 +01:00 committed by GitHub
commit da0e1d6eaa
5 changed files with 30 additions and 1 deletions

View file

@ -47,4 +47,9 @@ interface BugReporter {
* Provide the log directory.
*/
fun logDirectory(): File
/**
* Set the current tracing filter.
*/
fun setCurrentTracingFilter(tracingFilter: String)
}