setDebugLogsBreadcrumb

open fun setDebugLogsBreadcrumb(@Nullable breadcrumb: String)

This method associates this ComponentTree debug logs with the given String This allows you to create an association of the ComponentTree with any identifier or sorts that enables you to trace the logs of this ComponentTree with the identifier.

This is particularly useful if you have multiple ComponentTree and you want to filter the logs according to the given breadcrumb.