TestComponentsLogger

In test environments we don't want to recycle the events as mockity hold on to them. We therefor override log() to not call release.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun cancelPerfEvent(event: PerfEvent)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isTracing(logEvent: PerfEvent): Boolean
Link copied to clipboard
open fun logPerfEvent(event: PerfEvent)
Link copied to clipboard
open fun newPerformanceEvent(eventId: Int): PerfEvent
Link copied to clipboard
open fun reset()