C# Class android.os.Debug

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthode Description
Debug ( )
Debug ( global @__env )

Method Details

changeDebugPort() public static méthode

public static changeDebugPort ( int arg0 ) : void
arg0 int
Résultat void

dumpHprofData() public static méthode

public static dumpHprofData ( java arg0 ) : void
arg0 java
Résultat void

dumpService() public static méthode

public static dumpService ( java arg0, java arg1, java arg2 ) : bool
arg0 java
arg1 java
arg2 java
Résultat bool

enableEmulatorTraceOutput() public static méthode

public static enableEmulatorTraceOutput ( ) : void
Résultat void

getBinderDeathObjectCount() public static méthode

public static getBinderDeathObjectCount ( ) : int
Résultat int

getBinderLocalObjectCount() public static méthode

public static getBinderLocalObjectCount ( ) : int
Résultat int

getBinderProxyObjectCount() public static méthode

public static getBinderProxyObjectCount ( ) : int
Résultat int

getBinderReceivedTransactions() public static méthode

public static getBinderReceivedTransactions ( ) : int
Résultat int

getBinderSentTransactions() public static méthode

public static getBinderSentTransactions ( ) : int
Résultat int

getGlobalAllocCount() public static méthode

public static getGlobalAllocCount ( ) : int
Résultat int

getGlobalAllocSize() public static méthode

public static getGlobalAllocSize ( ) : int
Résultat int

getGlobalClassInitCount() public static méthode

public static getGlobalClassInitCount ( ) : int
Résultat int

getGlobalClassInitTime() public static méthode

public static getGlobalClassInitTime ( ) : int
Résultat int

getGlobalExternalAllocCount() public static méthode

public static getGlobalExternalAllocCount ( ) : int
Résultat int

getGlobalExternalAllocSize() public static méthode

public static getGlobalExternalAllocSize ( ) : int
Résultat int

getGlobalExternalFreedCount() public static méthode

public static getGlobalExternalFreedCount ( ) : int
Résultat int

getGlobalExternalFreedSize() public static méthode

public static getGlobalExternalFreedSize ( ) : int
Résultat int

getGlobalFreedCount() public static méthode

public static getGlobalFreedCount ( ) : int
Résultat int

getGlobalFreedSize() public static méthode

public static getGlobalFreedSize ( ) : int
Résultat int

getGlobalGcInvocationCount() public static méthode

public static getGlobalGcInvocationCount ( ) : int
Résultat int

getLoadedClassCount() public static méthode

public static getLoadedClassCount ( ) : int
Résultat int

getMemoryInfo() public static méthode

public static getMemoryInfo ( android arg0 ) : void
arg0 android
Résultat void

getNativeHeapAllocatedSize() public static méthode

public static getNativeHeapAllocatedSize ( ) : long
Résultat long

getNativeHeapFreeSize() public static méthode

public static getNativeHeapFreeSize ( ) : long
Résultat long

getNativeHeapSize() public static méthode

public static getNativeHeapSize ( ) : long
Résultat long

getThreadAllocCount() public static méthode

public static getThreadAllocCount ( ) : int
Résultat int

getThreadAllocSize() public static méthode

public static getThreadAllocSize ( ) : int
Résultat int

getThreadExternalAllocCount() public static méthode

public static getThreadExternalAllocCount ( ) : int
Résultat int

getThreadExternalAllocSize() public static méthode

public static getThreadExternalAllocSize ( ) : int
Résultat int

getThreadGcInvocationCount() public static méthode

public static getThreadGcInvocationCount ( ) : int
Résultat int

isDebuggerConnected() public static méthode

public static isDebuggerConnected ( ) : bool
Résultat bool

printLoadedClasses() public static méthode

public static printLoadedClasses ( int arg0 ) : void
arg0 int
Résultat void

resetAllCounts() public static méthode

public static resetAllCounts ( ) : void
Résultat void

resetGlobalAllocCount() public static méthode

public static resetGlobalAllocCount ( ) : void
Résultat void

resetGlobalAllocSize() public static méthode

public static resetGlobalAllocSize ( ) : void
Résultat void

resetGlobalClassInitCount() public static méthode

public static resetGlobalClassInitCount ( ) : void
Résultat void

resetGlobalClassInitTime() public static méthode

public static resetGlobalClassInitTime ( ) : void
Résultat void

resetGlobalExternalAllocCount() public static méthode

public static resetGlobalExternalAllocCount ( ) : void
Résultat void

resetGlobalExternalAllocSize() public static méthode

public static resetGlobalExternalAllocSize ( ) : void
Résultat void

resetGlobalExternalFreedCount() public static méthode

public static resetGlobalExternalFreedCount ( ) : void
Résultat void

resetGlobalExternalFreedSize() public static méthode

public static resetGlobalExternalFreedSize ( ) : void
Résultat void

resetGlobalFreedCount() public static méthode

public static resetGlobalFreedCount ( ) : void
Résultat void

resetGlobalFreedSize() public static méthode

public static resetGlobalFreedSize ( ) : void
Résultat void

resetGlobalGcInvocationCount() public static méthode

public static resetGlobalGcInvocationCount ( ) : void
Résultat void

resetThreadAllocCount() public static méthode

public static resetThreadAllocCount ( ) : void
Résultat void

resetThreadAllocSize() public static méthode

public static resetThreadAllocSize ( ) : void
Résultat void

resetThreadExternalAllocCount() public static méthode

public static resetThreadExternalAllocCount ( ) : void
Résultat void

resetThreadExternalAllocSize() public static méthode

public static resetThreadExternalAllocSize ( ) : void
Résultat void

resetThreadGcInvocationCount() public static méthode

public static resetThreadGcInvocationCount ( ) : void
Résultat void

setAllocationLimit() public static méthode

public static setAllocationLimit ( int arg0 ) : int
arg0 int
Résultat int

setGlobalAllocationLimit() public static méthode

public static setGlobalAllocationLimit ( int arg0 ) : int
arg0 int
Résultat int

startAllocCounting() public static méthode

public static startAllocCounting ( ) : void
Résultat void

startMethodTracing() public static méthode

public static startMethodTracing ( ) : void
Résultat void

startMethodTracing() public static méthode

public static startMethodTracing ( java arg0 ) : void
arg0 java
Résultat void

startMethodTracing() public static méthode

public static startMethodTracing ( java arg0, int arg1 ) : void
arg0 java
arg1 int
Résultat void

startMethodTracing() public static méthode

public static startMethodTracing ( java arg0, int arg1, int arg2 ) : void
arg0 java
arg1 int
arg2 int
Résultat void

startNativeTracing() public static méthode

public static startNativeTracing ( ) : void
Résultat void

stopAllocCounting() public static méthode

public static stopAllocCounting ( ) : void
Résultat void

stopMethodTracing() public static méthode

public static stopMethodTracing ( ) : void
Résultat void

stopNativeTracing() public static méthode

public static stopNativeTracing ( ) : void
Résultat void

threadCpuTimeNanos() public static méthode

public static threadCpuTimeNanos ( ) : long
Résultat long

waitForDebugger() public static méthode

public static waitForDebugger ( ) : void
Résultat void

waitingForDebugger() public static méthode

public static waitingForDebugger ( ) : bool
Résultat bool