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 classShadowTrace.AsyncTraceSection.BuilderBuilder for traces triggered by one of the async apis -
Constructor Summary
Constructors Constructor Description AsyncTraceSection() -
Method Summary
Modifier and Type Method Description abstract IntegergetCookie()abstract StringgetSectionName()static ShadowTrace.AsyncTraceSection.BuildernewBuilder()
-
Constructor Details
-
AsyncTraceSection
public AsyncTraceSection()
-
-
Method Details