AbstractTraceDriver.Factory



Provide the instance of AbstractTraceDriver that can be used for in-process-tracing.

On Android, The android.app.Application subtype should implement this, to provide a canonical process wide AbstractTraceDriver.

Summary

Public functions

T
Cmn

Public functions

create

fun create(): T
Returns
T

The AbstractTraceDriver instance that can be used for in-process tracing.