TraceConfig class
Constructors
-
TraceConfig({TraceConfigRecordMode? recordMode, num? traceBufferSizeInKb, bool? enableSampling, bool? enableSystrace, bool? enableArgumentFilter, List<
String> ? includedCategories, List<String> ? excludedCategories, List<String> ? syntheticDelays, MemoryDumpConfig? memoryDumpConfig}) -
TraceConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enableArgumentFilter → bool?
-
Turns on argument filter.
final
- enableSampling → bool?
-
Turns on JavaScript stack sampling.
final
- enableSystrace → bool?
-
Turns on system tracing.
final
-
excludedCategories
→ List<
String> ? -
Excluded category filters.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedCategories
→ List<
String> ? -
Included category filters.
final
- memoryDumpConfig → MemoryDumpConfig?
-
Configuration for memory dump triggers. Used only when "memory-infra" category is enabled.
final
- recordMode → TraceConfigRecordMode?
-
Controls how the trace buffer stores data.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
syntheticDelays
→ List<
String> ? -
Configuration to synthesize the delays in tracing.
final
- traceBufferSizeInKb → num?
-
Size of the trace buffer in kilobytes. If not specified or zero is passed, a default value
of 200 MB would be used.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited