Class ShadowTrace

java.lang.Object
org.robolectric.shadows.ShadowTrace

@Implements(android.os.Trace.class)
public class ShadowTrace
extends Object
Shadow implementation for Trace, which stores the traces locally in arrays (unlike the real implementation) and allows reading them.