LithoDebugConfigurations
Holds configurations related with debugging utilities for Litho.
Properties
Debug option to highlight interactive areas in mounted components.
Debug option to highlight mount bounds of mounted components.
Lightweight tracking of component class hierarchy of MountItems.
When true
, disables incremental mount globally.
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.
When true
ComponentTree records state change snapshots