AbstractTraceDriver.Factory


public interface AbstractTraceDriver.Factory<T extends AbstractTraceDriver>


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 methods

abstract @NonNull T

Public methods

create

Added in 2.0.0-alpha08
abstract @NonNullcreate()
Returns
@NonNull T

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