isRenderInfoDebuggingEnabled

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.