viewToStringForE2E
fun viewToStringForE2E(view: View, depth: Int, withProps: Boolean, extraDescription: DebugComponentDescriptionHelper.ExtraDescription? = null): String
Provide a nested string representation of a LithoView and its nested components for E2E testing purposes. Note: this method is called via reflection to prevent direct or shared dependencies. DO NOT CHANGE the method signature.
Parameters
depth
the offset to set on the litho nodes
withProps
if to dump extra properties