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
[read-only] static | BinderDeathObjectCount | int. Returns the number of death notification links to Binder objects that exist in the current process. |
[read-only] static | BinderLocalObjectCount | int. Returns the number of active local Binder objects that exist in the current process. |
[read-only] static | BinderProxyObjectCount | int. Returns the number of references to remote proxy Binder objects that exist in the current process. |
[read-only] static | BinderReceivedTransactions | int. Returns the number of received transactions from the binder driver. |
[read-only] static | BinderSentTransactions | int. Returns the number of sent transactions from this process. |
[read-only] static | GlobalAllocCount | int. Returns the global count of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | GlobalAllocSize | int. Returns the global size, in bytes, of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | GlobalClassInitCount | int. 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 | GlobalClassInitTime | int. Returns the time spent successfully initializing classes between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | GlobalExternalAllocCount | int. This method exists for compatibility and always returns 0. |
[read-only] static | GlobalExternalAllocSize | int. This method exists for compatibility and always returns 0. |
[read-only] static | GlobalExternalFreedCount | int. This method exists for compatibility and always returns 0. |
[read-only] static | GlobalExternalFreedSize | int. This method exists for compatibility and has no effect. |
[read-only] static | GlobalFreedCount | int. Returns the global count of objects freed by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | GlobalFreedSize | int. Returns the global size, in bytes, of objects freed by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | GlobalGcInvocationCount | int. Returns the number of non-concurrent GC invocations between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | IsDebuggerConnected | bool. Determine if a debugger is currently attached. |
[read-only] static | LoadedClassCount | int. Get the number of loaded classes. |
[read-only] static | NativeHeapAllocatedSize | long. Returns the amount of allocated memory in the native heap. |
[read-only] static | NativeHeapFreeSize | long. Returns the amount of free memory in the native heap. |
[read-only] static | NativeHeapSize | long. Returns the size of the native heap. |
[read-only] static | Pss | long. Retrieves the PSS memory used by the process as given by the smaps. |
[read-only] static | ThreadAllocCount | int. Returns the thread-local count of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | ThreadAllocSize | int. Returns the thread-local size of objects allocated by the runtime between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] static | ThreadExternalAllocCount | int. This method exists for compatibility and has no effect. |
[read-only] static | ThreadExternalAllocSize | int. This method exists for compatibility and has no effect. |
[read-only] static | ThreadGcInvocationCount | int. Returns the number of thread-local non-concurrent GC invocations between a Debug.StartAllocCounting and Debug.StopAllocCounting. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |