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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ShadowTrace.AsyncTraceSection
build()
abstract ShadowTrace.AsyncTraceSection.Builder
setCookie(Integer cookie)
abstract ShadowTrace.AsyncTraceSection.Builder
setSectionName(String sectionName)
-
-
-
Method Detail
-
setSectionName
public abstract ShadowTrace.AsyncTraceSection.Builder setSectionName(String sectionName)
-
setCookie
public abstract ShadowTrace.AsyncTraceSection.Builder setCookie(Integer cookie)
-
build
public abstract ShadowTrace.AsyncTraceSection build()
-
-