View Folders and files

Add test

Add test
This commit is contained in:
Benoit Marty 2024-01-24 23:11:52 +01:00
parent 6a0e038cb5
commit 5fa396d616
35 changed files with 1817 additions and 15 deletions

View file

@ -31,5 +31,6 @@ interface BugReportEntryPoint : FeatureEntryPoint {
interface Callback : Plugin {
fun onBugReportSent()
fun onViewLogs(basePath: String)
}
}

View file

@ -52,4 +52,9 @@ interface BugReporter {
* Set the current tracing filter.
*/
fun setCurrentTracingFilter(tracingFilter: String)
/**
* Save the logcat.
*/
fun saveLogCat()
}