Fix test compilation issue.
This commit is contained in:
committed by
Benoit Marty
parent
c3f46798f4
commit
75adfb8043
@@ -63,6 +63,10 @@ class FakeBugReporter(val mode: FakeBugReporterMode = FakeBugReporterMode.Succes
|
||||
override fun setCurrentTracingFilter(tracingFilter: String) {
|
||||
// No op
|
||||
}
|
||||
|
||||
override fun saveLogCat() {
|
||||
// No op
|
||||
}
|
||||
}
|
||||
|
||||
enum class FakeBugReporterMode {
|
||||
|
||||
Reference in New Issue
Block a user