public class TraceConfig extends Object
| Constructor and Description |
|---|
TraceConfig() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnableArgumentFilter()
Turns on argument filter.
|
Boolean |
getEnableSampling()
Turns on JavaScript stack sampling.
|
Boolean |
getEnableSystrace()
Turns on system tracing.
|
List<String> |
getExcludedCategories()
Excluded category filters.
|
List<String> |
getIncludedCategories()
Included category filters.
|
Map<String,Object> |
getMemoryDumpConfig()
Configuration for memory dump triggers.
|
TraceConfigRecordMode |
getRecordMode()
Controls how the trace buffer stores data.
|
List<String> |
getSyntheticDelays()
Configuration to synthesize the delays in tracing.
|
void |
setEnableArgumentFilter(Boolean enableArgumentFilter)
Turns on argument filter.
|
void |
setEnableSampling(Boolean enableSampling)
Turns on JavaScript stack sampling.
|
void |
setEnableSystrace(Boolean enableSystrace)
Turns on system tracing.
|
void |
setExcludedCategories(List<String> excludedCategories)
Excluded category filters.
|
void |
setIncludedCategories(List<String> includedCategories)
Included category filters.
|
void |
setMemoryDumpConfig(Map<String,Object> memoryDumpConfig)
Configuration for memory dump triggers.
|
void |
setRecordMode(TraceConfigRecordMode recordMode)
Controls how the trace buffer stores data.
|
void |
setSyntheticDelays(List<String> syntheticDelays)
Configuration to synthesize the delays in tracing.
|
public TraceConfigRecordMode getRecordMode()
public void setRecordMode(TraceConfigRecordMode recordMode)
public Boolean getEnableSampling()
public void setEnableSampling(Boolean enableSampling)
public Boolean getEnableSystrace()
public void setEnableSystrace(Boolean enableSystrace)
public Boolean getEnableArgumentFilter()
public void setEnableArgumentFilter(Boolean enableArgumentFilter)
public void setIncludedCategories(List<String> includedCategories)
public void setExcludedCategories(List<String> excludedCategories)
public List<String> getSyntheticDelays()
public void setSyntheticDelays(List<String> syntheticDelays)
public Map<String,Object> getMemoryDumpConfig()
Copyright © 2020. All rights reserved.