View Folders and files
Add test Add test
This commit is contained in:
parent
6a0e038cb5
commit
5fa396d616
35 changed files with 1817 additions and 15 deletions
|
|
@ -31,5 +31,6 @@ interface BugReportEntryPoint : FeatureEntryPoint {
|
|||
|
||||
interface Callback : Plugin {
|
||||
fun onBugReportSent()
|
||||
fun onViewLogs(basePath: String)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,4 +52,9 @@ interface BugReporter {
|
|||
* Set the current tracing filter.
|
||||
*/
|
||||
fun setCurrentTracingFilter(tracingFilter: String)
|
||||
|
||||
/**
|
||||
* Save the logcat.
|
||||
*/
|
||||
fun saveLogCat()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue