Package org.robolectric.shadows
Class ShadowTrace.AsyncTraceSection
java.lang.Object
org.robolectric.shadows.ShadowTrace.AsyncTraceSection
- Enclosing class:
- ShadowTrace
public abstract static class ShadowTrace.AsyncTraceSection extends Object
AutoValue representation of a trace triggered by one of the async apis
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShadowTrace.AsyncTraceSection.Builder
Builder for traces triggered by one of the async apis -
Constructor Summary
Constructors Constructor Description AsyncTraceSection()
-
Method Summary
Modifier and Type Method Description abstract Integer
getCookie()
abstract String
getSectionName()
static ShadowTrace.AsyncTraceSection.Builder
newBuilder()
-
Constructor Details
-
AsyncTraceSection
public AsyncTraceSection()
-
-
Method Details