change(tracing) : change how tracing is configured (ui and logic)
This commit is contained in:
parent
fd3b99765d
commit
7d27e6581b
38 changed files with 220 additions and 886 deletions
|
|
@ -35,9 +35,9 @@ interface BugReporter {
|
|||
fun logDirectory(): File
|
||||
|
||||
/**
|
||||
* Set the current tracing filter.
|
||||
* Set the current tracing log level.
|
||||
*/
|
||||
fun setCurrentTracingFilter(tracingFilter: String)
|
||||
fun setCurrentTracingLogLevel(logLevel: String)
|
||||
|
||||
/**
|
||||
* Save the logcat.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue