File
Doc
Category
Size
Date
Package
IStackTraceInfo.java
API Doc
Android 1.5 API
911
Wed May 06 22:41:08 BST 2009
com.android.ddmlib
IStackTraceInfo
public interface IStackTraceInfo
Classes which implement this interface provide a method that returns a stack trace.
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.StackTraceElement
[]
getStackTrace
()
Returns the stack trace. This can be
null
.
Java Code Source