Package org.robolectric.shadows
Class ShadowDebug
java.lang.Object
org.robolectric.shadows.ShadowDebug
@Implements(android.os.Debug.class) public class ShadowDebug extends Object
-
Constructor Summary
Constructors Constructor Description ShadowDebug()
-
Method Summary
Modifier and Type Method Description protected static void
__staticInitializer__()
protected static long
getNativeHeapAllocatedSize()
protected static Map<String,String>
getRuntimeStats()
static void
reset()
protected static void
startMethodTracing()
protected static void
startMethodTracing(String tracePath)
protected static void
startMethodTracing(String tracePath, int bufferSize)
protected static void
startMethodTracing(String tracePath, int bufferSize, int flags)
protected static void
startMethodTracingSampling(String tracePath, int bufferSize, int intervalUs)
protected static void
stopMethodTracing()
-
Constructor Details
-
ShadowDebug
public ShadowDebug()
-
-
Method Details
-
__staticInitializer__
-
getNativeHeapAllocatedSize
-
getRuntimeStats
-
startMethodTracing
-
startMethodTracing
@Implementation protected static void startMethodTracing(String tracePath, int bufferSize, int flags) -
startMethodTracing
-
startMethodTracing
-
startMethodTracingSampling
@Implementation(minSdk=21) protected static void startMethodTracingSampling(String tracePath, int bufferSize, int intervalUs) -
stopMethodTracing
-
reset
-