Send the tracing configuration with the rageshake data.
This commit is contained in:
parent
f3318078f2
commit
ed64403dec
4 changed files with 18 additions and 1 deletions
|
|
@ -47,4 +47,9 @@ interface BugReporter {
|
|||
* Provide the log directory.
|
||||
*/
|
||||
fun logDirectory(): File
|
||||
|
||||
/**
|
||||
* Set the current tracing filter.
|
||||
*/
|
||||
fun setCurrentTracingFilter(tracingFilter: String)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue