MapboxTracing

Allows to control several levels of tracing that could be useful to understand the performance of Mapbox Maps. For more details about Android tracing refer to relevant section of DEVELOPING.md file.

Functions

Link copied to clipboard

Disable all traces.

Link copied to clipboard
fun enableAll()

Enable all the traces: native rendering engine traces and Android Maps SDK traces.

Link copied to clipboard

Enable only Android Maps SDK traces.

Link copied to clipboard

Enable only native rendering engine traces.