|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ddmlib.NativeStackCallInfo
public final class NativeStackCallInfo
Represents a stack call. This is used to return all of the call information as one object.
| Constructor Summary | |
|---|---|
NativeStackCallInfo(long address,
java.lang.String lib,
java.lang.String method,
java.lang.String sourceFile)
Basic constructor with library, method, and sourcefile information |
|
| Method Summary | |
|---|---|
long |
getAddress()
Returns the address of this stack frame. |
java.lang.String |
getLibraryName()
Returns the name of the library name. |
int |
getLineNumber()
Returns the line number, or -1 if unknown. |
java.lang.String |
getMethodName()
Returns the name of the method. |
java.lang.String |
getSourceFile()
Returns the name of the source file. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NativeStackCallInfo(long address,
java.lang.String lib,
java.lang.String method,
java.lang.String sourceFile)
address - address of this stack framelib - The name of the librarymethod - the name of the methodsourceFile - the name of the source file and the line number
as "[sourcefile]:[fileNumber]"| Method Detail |
|---|
public long getAddress()
public java.lang.String getLibraryName()
public java.lang.String getMethodName()
public java.lang.String getSourceFile()
public int getLineNumber()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||