Fix test compilation issue.

This commit is contained in:
Benoit Marty 2024-01-25 09:24:39 +01:00 committed by Benoit Marty
parent a26fbaf840
commit a6932c6c64

View file

@ -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 {