Package org.robolectric.shadows
Class ShadowTrace.AsyncTraceSection.Builder
java.lang.Object
org.robolectric.shadows.ShadowTrace.AsyncTraceSection.Builder
- Enclosing class:
- ShadowTrace.AsyncTraceSection
public abstract static class ShadowTrace.AsyncTraceSection.Builder extends Object
Builder for traces triggered by one of the async apis
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description abstract ShadowTrace.AsyncTraceSection
build()
abstract ShadowTrace.AsyncTraceSection.Builder
setCookie(Integer cookie)
abstract ShadowTrace.AsyncTraceSection.Builder
setSectionName(String sectionName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details