Package org.robolectric.shadows
Class ShadowDebug
java.lang.Object
org.robolectric.shadows.ShadowDebug
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
protected static String
fixTracePath
(String tracePath) protected static long
static void
reset()
protected static void
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
-
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 protected static void startMethodTracingSampling(String tracePath, int bufferSize, int intervalUs) -
stopMethodTracing
-
reset
-
fixTracePath
-