Fix test compilation issue.
This commit is contained in:
parent
c3f46798f4
commit
75adfb8043
1 changed files with 4 additions and 0 deletions
|
|
@ -63,6 +63,10 @@ class FakeBugReporter(val mode: FakeBugReporterMode = FakeBugReporterMode.Succes
|
||||||
override fun setCurrentTracingFilter(tracingFilter: String) {
|
override fun setCurrentTracingFilter(tracingFilter: String) {
|
||||||
// No op
|
// No op
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun saveLogCat() {
|
||||||
|
// No op
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
enum class FakeBugReporterMode {
|
enum class FakeBugReporterMode {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue