Send the tracing configuration with the rageshake data.

This commit is contained in:
Benoit Marty 2023-12-06 17:35:52 +01:00
parent f3318078f2
commit ed64403dec
4 changed files with 18 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)
}