Android.OS.Debug: Property Members

The properties of Android.OS.Debug are listed below. For a list of all members, see the Debug Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
BinderDeathObjectCountint. Returns the number of death notification links to Binder objects that exist in the current process.
[read-only]
static
BinderLocalObjectCountint. Returns the number of active local Binder objects that exist in the current process.
[read-only]
static
BinderProxyObjectCountint. Returns the number of references to remote proxy Binder objects that exist in the current process.
[read-only]
static
BinderReceivedTransactionsint. Returns the number of received transactions from the binder driver.
[read-only]
static
BinderSentTransactionsint. Returns the number of sent transactions from this process.
[read-only]
static
GlobalAllocCountint. Returns the global count of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
GlobalAllocSizeint. Returns the global size, in bytes, of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
GlobalClassInitCountint. Returns the number of classes successfully initialized (ie those that executed without throwing an exception) between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
GlobalClassInitTimeint. Returns the time spent successfully initializing classes between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
GlobalExternalAllocCountint. This method exists for compatibility and always returns 0.
[read-only]
static
GlobalExternalAllocSizeint. This method exists for compatibility and always returns 0.
[read-only]
static
GlobalExternalFreedCountint. This method exists for compatibility and always returns 0.
[read-only]
static
GlobalExternalFreedSizeint. This method exists for compatibility and has no effect.
[read-only]
static
GlobalFreedCountint. Returns the global count of objects freed by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
GlobalFreedSizeint. Returns the global size, in bytes, of objects freed by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
GlobalGcInvocationCountint. Returns the number of non-concurrent GC invocations between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
IsDebuggerConnectedbool. Determine if a debugger is currently attached.
[read-only]
static
LoadedClassCountint. Get the number of loaded classes.
[read-only]
static
NativeHeapAllocatedSizelong. Returns the amount of allocated memory in the native heap.
[read-only]
static
NativeHeapFreeSizelong. Returns the amount of free memory in the native heap.
[read-only]
static
NativeHeapSizelong. Returns the size of the native heap.
[read-only]
static
Psslong. Retrieves the PSS memory used by the process as given by the smaps.
[read-only]
static
ThreadAllocCountint. Returns the thread-local count of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
ThreadAllocSizeint. Returns the thread-local size of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting.
[read-only]
static
ThreadExternalAllocCountint. This method exists for compatibility and has no effect.
[read-only]
static
ThreadExternalAllocSizeint. This method exists for compatibility and has no effect.
[read-only]
static
ThreadGcInvocationCountint. Returns the number of thread-local non-concurrent GC invocations between a Debug.StartAllocCounting and Debug.StopAllocCounting.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.