public class TraceSession
| Modifiers | Name | Description |
|---|---|---|
static int |
VERSION |
| Constructor and description |
|---|
TraceSession
(File tracesDir) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public String |
beginStep(String title, Map<String, Object> params) |
|
public String |
beginStep(String title, Map<String, Object> params, Map<String, Object> meta, Map<String, Object> extras) |
|
public void |
captureFrameSnapshot(String callId, String snapshotName) |
|
public void |
captureScreencastFrame() |
|
public void |
endStep(String callId, Object result, Map<String, Object> meta) |
|
public void |
endStep(String callId, Object result, Throwable err, Map<String, Object> meta) |
|
public String |
getContextId() |
|
public File |
getNetworkFile() |
|
public Set<String> |
getResourceKeys() |
|
public File |
getResourcesDir() |
|
public File |
getTraceFile() |
|
public File |
getTracesDir() |
|
public boolean |
isRecording() |
|
public void |
setRecording(boolean recording) |
|
public void |
start(String title) |
|
public void |
stopChunk(File zipFile) |