Package com.tomtom.ivi.platform.framework.api.common.threaddump

This package defines a functions that can be used to generate a thread dump at any point during runtime.

It is useful to identify the root cause of timeouts.

Functions

Link copied to clipboard
fun generateThreadDump(): String

Can be used to generate a thread dump at any point during runtime. It is useful to identify the root cause of timeouts.