Trace Config
constructor(recordMode: TraceConfigRecordMode? = null, traceBufferSizeInKb: Double? = null, enableSampling: Boolean? = null, enableSystrace: Boolean? = null, enableArgumentFilter: Boolean? = null, includedCategories: List<String>? = null, excludedCategories: List<String>? = null, syntheticDelays: List<String>? = null, memoryDumpConfig: MemoryDumpConfig? = null)(source)