debugInstrumentationEnabled top-level property
Boolean value indicating whether debugInstrumentAction will instrument actions in debug builds.
The framework does not use debugInstrumentAction internally, so this does not enable any additional instrumentation for the framework itself.
See also:
- debugProfileBuildsEnabled, which enables additional tracing of builds in Widgets.
- debugProfileLayoutsEnabled, which enables additional tracing of layout events in RenderObjects.
- debugProfilePaintsEnabled, which enables additional tracing of paint events in RenderObjects.
Implementation
bool debugInstrumentationEnabled = false;