TracingBackendType

Entries

Link copied to clipboard

The `Noop` backend introduces no overhead and does not produce any trace marks. The `Noop` backend is used by default, and the enumeration value can be used to disable tracing if needed.

Link copied to clipboard

Tracing backend specific to the operating system. For example, Signpost for the iOS or Android Trace for the Android platform.

Link copied to clipboard

Tracing backend that prints Perfetto-compatible trace marks to the platform log subsystem.

Functions

Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.