Skip to content

Commit

Permalink
Disable lifecycle events gathering (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
sboishtyan authored Apr 1, 2021
1 parent 38020ea commit 2c219e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import com.avito.android.runner.annotation.resolver.getTestOrThrow
import com.avito.android.runner.annotation.validation.CompositeTestMetadataValidator
import com.avito.android.runner.annotation.validation.TestMetadataValidator
import com.avito.android.runner.delegates.MainLooperMessagesLogDelegate
import com.avito.android.runner.delegates.ReportLifecycleEventsDelegate
import com.avito.android.sentry.SentryConfig
import com.avito.android.stats.StatsDSender
import com.avito.android.test.UITestConfig
Expand Down Expand Up @@ -201,13 +200,6 @@ abstract class InHouseInstrumentationTestRunner :

override fun getDelegates(arguments: Bundle): List<InstrumentationTestRunnerDelegate> {
return listOf(
ReportLifecycleEventsDelegate(
report,
loggerFactory.newFactory(
// Because LifecycleEvents logs are needed only for test reports
newElasticConfig = ElasticConfig.Disabled
)
),
MainLooperMessagesLogDelegate(mainLooperMessagesLogDumper)
)
}
Expand Down

This file was deleted.

0 comments on commit 2c219e4

Please sign in to comment.