C# Class android.os.Debug

Inheritance: java.lang.Object
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
changeDebugPort ( int arg0 ) : void
dumpHprofData ( java arg0 ) : void
dumpService ( java arg0, java arg1, java arg2 ) : bool
enableEmulatorTraceOutput ( ) : void
getBinderDeathObjectCount ( ) : int
getBinderLocalObjectCount ( ) : int
getBinderProxyObjectCount ( ) : int
getBinderReceivedTransactions ( ) : int
getBinderSentTransactions ( ) : int
getGlobalAllocCount ( ) : int
getGlobalAllocSize ( ) : int
getGlobalClassInitCount ( ) : int
getGlobalClassInitTime ( ) : int
getGlobalExternalAllocCount ( ) : int
getGlobalExternalAllocSize ( ) : int
getGlobalExternalFreedCount ( ) : int
getGlobalExternalFreedSize ( ) : int
getGlobalFreedCount ( ) : int
getGlobalFreedSize ( ) : int
getGlobalGcInvocationCount ( ) : int
getLoadedClassCount ( ) : int
getMemoryInfo ( android arg0 ) : void
getNativeHeapAllocatedSize ( ) : long
getNativeHeapFreeSize ( ) : long
getNativeHeapSize ( ) : long
getThreadAllocCount ( ) : int
getThreadAllocSize ( ) : int
getThreadExternalAllocCount ( ) : int
getThreadExternalAllocSize ( ) : int
getThreadGcInvocationCount ( ) : int
isDebuggerConnected ( ) : bool
printLoadedClasses ( int arg0 ) : void
resetAllCounts ( ) : void
resetGlobalAllocCount ( ) : void
resetGlobalAllocSize ( ) : void
resetGlobalClassInitCount ( ) : void
resetGlobalClassInitTime ( ) : void
resetGlobalExternalAllocCount ( ) : void
resetGlobalExternalAllocSize ( ) : void
resetGlobalExternalFreedCount ( ) : void
resetGlobalExternalFreedSize ( ) : void
resetGlobalFreedCount ( ) : void
resetGlobalFreedSize ( ) : void
resetGlobalGcInvocationCount ( ) : void
resetThreadAllocCount ( ) : void
resetThreadAllocSize ( ) : void
resetThreadExternalAllocCount ( ) : void
resetThreadExternalAllocSize ( ) : void
resetThreadGcInvocationCount ( ) : void
setAllocationLimit ( int arg0 ) : int
setGlobalAllocationLimit ( int arg0 ) : int
startAllocCounting ( ) : void
startMethodTracing ( ) : void
startMethodTracing ( java arg0 ) : void
startMethodTracing ( java arg0, int arg1 ) : void
startMethodTracing ( java arg0, int arg1, int arg2 ) : void
startNativeTracing ( ) : void
stopAllocCounting ( ) : void
stopMethodTracing ( ) : void
stopNativeTracing ( ) : void
threadCpuTimeNanos ( ) : long
waitForDebugger ( ) : void
waitingForDebugger ( ) : bool

Private Methods

Method Description
Debug ( )
Debug ( global @__env )

Method Details

changeDebugPort() public static method

public static changeDebugPort ( int arg0 ) : void
arg0 int
return void

dumpHprofData() public static method

public static dumpHprofData ( java arg0 ) : void
arg0 java
return void

dumpService() public static method

public static dumpService ( java arg0, java arg1, java arg2 ) : bool
arg0 java
arg1 java
arg2 java
return bool

enableEmulatorTraceOutput() public static method

public static enableEmulatorTraceOutput ( ) : void
return void

getBinderDeathObjectCount() public static method

public static getBinderDeathObjectCount ( ) : int
return int

getBinderLocalObjectCount() public static method

public static getBinderLocalObjectCount ( ) : int
return int

getBinderProxyObjectCount() public static method

public static getBinderProxyObjectCount ( ) : int
return int

getBinderReceivedTransactions() public static method

public static getBinderReceivedTransactions ( ) : int
return int

getBinderSentTransactions() public static method

public static getBinderSentTransactions ( ) : int
return int

getGlobalAllocCount() public static method

public static getGlobalAllocCount ( ) : int
return int

getGlobalAllocSize() public static method

public static getGlobalAllocSize ( ) : int
return int

getGlobalClassInitCount() public static method

public static getGlobalClassInitCount ( ) : int
return int

getGlobalClassInitTime() public static method

public static getGlobalClassInitTime ( ) : int
return int

getGlobalExternalAllocCount() public static method

public static getGlobalExternalAllocCount ( ) : int
return int

getGlobalExternalAllocSize() public static method

public static getGlobalExternalAllocSize ( ) : int
return int

getGlobalExternalFreedCount() public static method

public static getGlobalExternalFreedCount ( ) : int
return int

getGlobalExternalFreedSize() public static method

public static getGlobalExternalFreedSize ( ) : int
return int

getGlobalFreedCount() public static method

public static getGlobalFreedCount ( ) : int
return int

getGlobalFreedSize() public static method

public static getGlobalFreedSize ( ) : int
return int

getGlobalGcInvocationCount() public static method

public static getGlobalGcInvocationCount ( ) : int
return int

getLoadedClassCount() public static method

public static getLoadedClassCount ( ) : int
return int

getMemoryInfo() public static method

public static getMemoryInfo ( android arg0 ) : void
arg0 android
return void

getNativeHeapAllocatedSize() public static method

public static getNativeHeapAllocatedSize ( ) : long
return long

getNativeHeapFreeSize() public static method

public static getNativeHeapFreeSize ( ) : long
return long

getNativeHeapSize() public static method

public static getNativeHeapSize ( ) : long
return long

getThreadAllocCount() public static method

public static getThreadAllocCount ( ) : int
return int

getThreadAllocSize() public static method

public static getThreadAllocSize ( ) : int
return int

getThreadExternalAllocCount() public static method

public static getThreadExternalAllocCount ( ) : int
return int

getThreadExternalAllocSize() public static method

public static getThreadExternalAllocSize ( ) : int
return int

getThreadGcInvocationCount() public static method

public static getThreadGcInvocationCount ( ) : int
return int

isDebuggerConnected() public static method

public static isDebuggerConnected ( ) : bool
return bool

printLoadedClasses() public static method

public static printLoadedClasses ( int arg0 ) : void
arg0 int
return void

resetAllCounts() public static method

public static resetAllCounts ( ) : void
return void

resetGlobalAllocCount() public static method

public static resetGlobalAllocCount ( ) : void
return void

resetGlobalAllocSize() public static method

public static resetGlobalAllocSize ( ) : void
return void

resetGlobalClassInitCount() public static method

public static resetGlobalClassInitCount ( ) : void
return void

resetGlobalClassInitTime() public static method

public static resetGlobalClassInitTime ( ) : void
return void

resetGlobalExternalAllocCount() public static method

public static resetGlobalExternalAllocCount ( ) : void
return void

resetGlobalExternalAllocSize() public static method

public static resetGlobalExternalAllocSize ( ) : void
return void

resetGlobalExternalFreedCount() public static method

public static resetGlobalExternalFreedCount ( ) : void
return void

resetGlobalExternalFreedSize() public static method

public static resetGlobalExternalFreedSize ( ) : void
return void

resetGlobalFreedCount() public static method

public static resetGlobalFreedCount ( ) : void
return void

resetGlobalFreedSize() public static method

public static resetGlobalFreedSize ( ) : void
return void

resetGlobalGcInvocationCount() public static method

public static resetGlobalGcInvocationCount ( ) : void
return void

resetThreadAllocCount() public static method

public static resetThreadAllocCount ( ) : void
return void

resetThreadAllocSize() public static method

public static resetThreadAllocSize ( ) : void
return void

resetThreadExternalAllocCount() public static method

public static resetThreadExternalAllocCount ( ) : void
return void

resetThreadExternalAllocSize() public static method

public static resetThreadExternalAllocSize ( ) : void
return void

resetThreadGcInvocationCount() public static method

public static resetThreadGcInvocationCount ( ) : void
return void

setAllocationLimit() public static method

public static setAllocationLimit ( int arg0 ) : int
arg0 int
return int

setGlobalAllocationLimit() public static method

public static setGlobalAllocationLimit ( int arg0 ) : int
arg0 int
return int

startAllocCounting() public static method

public static startAllocCounting ( ) : void
return void

startMethodTracing() public static method

public static startMethodTracing ( ) : void
return void

startMethodTracing() public static method

public static startMethodTracing ( java arg0 ) : void
arg0 java
return void

startMethodTracing() public static method

public static startMethodTracing ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

startMethodTracing() public static method

public static startMethodTracing ( java arg0, int arg1, int arg2 ) : void
arg0 java
arg1 int
arg2 int
return void

startNativeTracing() public static method

public static startNativeTracing ( ) : void
return void

stopAllocCounting() public static method

public static stopAllocCounting ( ) : void
return void

stopMethodTracing() public static method

public static stopMethodTracing ( ) : void
return void

stopNativeTracing() public static method

public static stopNativeTracing ( ) : void
return void

threadCpuTimeNanos() public static method

public static threadCpuTimeNanos ( ) : long
return long

waitForDebugger() public static method

public static waitForDebugger ( ) : void
return void

waitingForDebugger() public static method

public static waitingForDebugger ( ) : bool
return bool