TraceConfig

constructor(recordMode: String? = 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: Map<String, JsonElement>? = null)