Dalvik.SystemInterop.VMDebug Members

The members of Dalvik.SystemInterop.VMDebug are listed below.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
DefaultMethodTraceFileNamestring. Documentation for this section has not yet been entered.
const
KindAllCountsint (-1). Documentation for this section has not yet been entered.
const
KindGlobalAllocatedBytesint (2). Documentation for this section has not yet been entered.
const
KindGlobalAllocatedObjectsint (1). Documentation for this section has not yet been entered.
const
KindGlobalClassInitCountint (32). Documentation for this section has not yet been entered.
const
KindGlobalClassInitTimeint (64). Documentation for this section has not yet been entered.
const
KindGlobalExtAllocatedBytesint (8192). Documentation for this section has not yet been entered.
const
KindGlobalExtAllocatedObjectsint (4096). Documentation for this section has not yet been entered.
const
KindGlobalExtFreedBytesint (32768). Documentation for this section has not yet been entered.
const
KindGlobalExtFreedObjectsint (16384). Documentation for this section has not yet been entered.
const
KindGlobalFreedBytesint (8). Documentation for this section has not yet been entered.
const
KindGlobalFreedObjectsint (4). Documentation for this section has not yet been entered.
const
KindGlobalGcInvocationsint (16). Documentation for this section has not yet been entered.
const
KindThreadAllocatedBytesint (131072). Documentation for this section has not yet been entered.
const
KindThreadAllocatedObjectsint (65536). Documentation for this section has not yet been entered.
const
KindThreadClassInitCountint (2097152). Documentation for this section has not yet been entered.
const
KindThreadClassInitTimeint (4194304). Documentation for this section has not yet been entered.
const
KindThreadExtAllocatedBytesint (536870912). Documentation for this section has not yet been entered.
const
KindThreadExtAllocatedObjectsint (268435456). Documentation for this section has not yet been entered.
const
KindThreadExtFreedBytesint (-2147483648). Documentation for this section has not yet been entered.
const
KindThreadExtFreedObjectsint (1073741824). Documentation for this section has not yet been entered.
const
KindThreadFreedBytesint (524288). Documentation for this section has not yet been entered.
const
KindThreadFreedObjectsint (262144). Documentation for this section has not yet been entered.
const
KindThreadGcInvocationsint (1048576). Documentation for this section has not yet been entered.
const
TraceCountAllocsint (1). Documentation for this section has not yet been entered.

Public Properties

[read-only]
static
IsDebuggerConnectedbool. Documentation for this section has not yet been entered.
[read-only]
static
IsDebuggingEnabledbool. Documentation for this section has not yet been entered.
[read-only]
static
LoadedClassCountint. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. Documentation for this section has not yet been entered.
[read-only]
override
ThresholdTypeType. Documentation for this section has not yet been entered.

Public Methods

static
DumpHprofData(string)
Documentation for this section has not yet been entered.
static
GetAllocCount(int) : int
Documentation for this section has not yet been entered.
static
GetInstructionCount(int[])
Documentation for this section has not yet been entered.
static
LastDebuggerActivity() : long
Documentation for this section has not yet been entered.
static
PrintLoadedClasses(int)
Documentation for this section has not yet been entered.
static
ResetAllocCount(int)
Documentation for this section has not yet been entered.
static
ResetInstructionCount()
Documentation for this section has not yet been entered.
static
SetAllocationLimit(int) : int
Documentation for this section has not yet been entered.
static
SetGlobalAllocationLimit(int) : int
Documentation for this section has not yet been entered.
static
StartAllocCounting()
Documentation for this section has not yet been entered.
static
StartEmulatorTracing()
Documentation for this section has not yet been entered.
static
StartInstructionCounting()
Documentation for this section has not yet been entered.
static
StartMethodTracing()
Documentation for this section has not yet been entered.
static
StartMethodTracing(string, int, int)
Documentation for this section has not yet been entered.
static
StopAllocCounting()
Documentation for this section has not yet been entered.
static
StopEmulatorTracing()
Documentation for this section has not yet been entered.
static
StopInstructionCounting()
Documentation for this section has not yet been entered.
static
StopMethodTracing()
Documentation for this section has not yet been entered.
static
ThreadCpuTimeNanos() : long
Documentation for this section has not yet been entered.