@Implements(value=android.os.Debug.class) public class ShadowDebug extends Object
Constructor and Description |
---|
ShadowDebug() |
Modifier and Type | Method and 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() |
@Implementation protected static void __staticInitializer__()
@Implementation protected static long getNativeHeapAllocatedSize()
@Implementation(minSdk=23) protected static Map<String,String> getRuntimeStats()
@Implementation protected static void startMethodTracing()
@Implementation protected static void startMethodTracing(String tracePath, int bufferSize, int flags)
@Implementation protected static void startMethodTracing(String tracePath)
@Implementation protected static void startMethodTracing(String tracePath, int bufferSize)
@Implementation(minSdk=21) protected static void startMethodTracingSampling(String tracePath, int bufferSize, int intervalUs)
@Implementation protected static void stopMethodTracing()
@Resetter public static void reset()