debugDumpLayerTree function

void debugDumpLayerTree()

Prints a textual representation of the layer trees.

It prints the trees associated with every RenderView in RendererBinding.renderView, separated by two blank lines.

Implementation

void debugDumpLayerTree() {
  debugPrint(_debugCollectLayerTrees());
}