IStackTraceInfo

public interface IStackTraceInfo

com.android.tradefed.device.server.IStackTraceInfo


Classes which implement this interface provide a method that returns a stack trace.

Summary

Public methods

abstract StackTraceElement[] getStackTrace()

Returns the stack trace.

Public methods

getStackTrace

public abstract StackTraceElement[] getStackTrace ()

Returns the stack trace. This can be null.

Returns
StackTraceElement[]