LithoDebugConfigurations

Holds configurations related with debugging utilities for Litho.

Properties

Link copied to clipboard

Debug option to highlight interactive areas in mounted components.

Link copied to clipboard

Debug option to highlight mount bounds of mounted components.

Link copied to clipboard

Lightweight tracking of component class hierarchy of MountItems.

Link copied to clipboard
Link copied to clipboard

When true, disables incremental mount globally.

Link copied to clipboard

Option to enabled debug mode. This will save extra data associated with each node and allow more info about the hierarchy to be retrieved. Used to enable stetho integration. It is highly discouraged to enable this in production builds. Due to how the Litho releases are distributed in open source IS_INTERNAL_BUILD will always be false. It is therefore required to override this value using your own application build configs. Recommended place for this is in a Application subclass onCreate() method.

Link copied to clipboard

When true ComponentTree records state change snapshots

Link copied to clipboard