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