Package org.robolectric.shadows
Class ShadowTrace.Counter
java.lang.Object
org.robolectric.shadows.ShadowTrace.Counter
- Enclosing class:
- ShadowTrace
public abstract static class ShadowTrace.Counter extends Object
Counters emitted with the setCounter API
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ShadowTrace.Counter.Builder
Builder for counters emitted with the setCounter API -
Constructor Summary
Constructors Constructor Description Counter()
-
Method Summary
Modifier and Type Method Description abstract String
getName()
abstract long
getValue()
static ShadowTrace.Counter.Builder
newBuilder()
-
Constructor Details
-
Counter
public Counter()
-
-
Method Details
-
getName
-
getValue
public abstract long getValue() -
newBuilder
-